{{--Start Page header level scripts--}} @yield('page-header-scripts') {{--End Page level scripts--}}
@if(Session::has('flash_notification.message')) @endif @if (isset($_REQUEST['msg']))
{{ $_REQUEST['msg'] }}
@endif @if (isset($msg))
{{ $msg }}
@endif @if (isset($error))
{{ $error }}
@endif @if (isset($_REQUEST['error']))
{{ $_REQUEST['error'] }}
@endif @if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @yield('content')
@yield('footer-scripts')