{{-- Only show top menu if user is authenticated. --}} @if(Auth::check()) @include('partials.top_menu') @endif
@if(Session::has('flashMsg'))
× {{ Session::get('flashMsg')['msg'] }}
@endif @yield('content')
{{--@include('partials.bottomModal')--}} @yield('scripts')