@foreach (session('flash_notification', collect())->toArray() as $message) @endforeach
@yield('content')
@yield('script')