{{-- TOP BAR --}}
@yield('breadcrumb')
@can('create_project') Create @endcan
{{-- FLASH MESSAGES --}} @if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
{{ $errors->first() }}
@endif {{-- PAGE CONTENT --}}
@yield('content')