@yield('header_title', 'Dashboard')
@if(auth()->user()->isCeo() || auth()->user()->isManager())
New Project
@endif
@yield('content')