@stack('stylesheets')
Toggle Navigation
Naschmarkt
@if(!isset($posts) && Auth::check())
{!! csrf_field() !!}
@endif
@if (Auth::check())
Projekte
Posts
Upload
@can('register-user')
Registrieren
@endcan
{{ Auth::user()->name }}
Profil
Ausloggen
@endif
@if(Session::has('status'))
×
{{ session('status')['content'] }}
@endif @yield('content')
@stack('scripts')