@include('partials.menu') @if(Session::has('view-search-error'))

{{ Session::get('view-search-error') }} ×

@endif @if(Session::has('view-error'))

{{ Session::get('view-error') }} ×

@endif @if(Session::has('view-success'))

{{ Session::get('view-success') }} ×

@endif @yield('content') @include('partials.footer') @if(!Auth::check()) @include('partials.login') @include('partials.register') @include('partials.loginOrRegister') @endif