No project selected. Go to Projects and set a current project before creating records.
@endif
@if (session('success'))
{{ session('success') }}
@endif
@if (session('error'))
{{ session('error') }}
@endif
@yield('content')