@yield('styles')
@if (session()->has('flash_notification.message'))
{!! session('flash_notification.message') !!}
@endif

{{$page_title}}

@yield('modelNav') @yield('content') @yield('pagination')

@yield('scripts')