Logo @if (session('error'))
{{ session('error') }}
@elseif(session('warning'))
{!! session('warning') !!}
@endif @yield('content')
@yield('scripts')