@if(Session::has('alert'))
{{ Session::get('alert') }}
@endif @yield('content')
@yield('page-scripts')