{{--Start Page header level scripts--}} @yield('page-header-scripts') {{--End Page level scripts--}}
@include('left_menu.admin')

@yield('title')

@if(Session::has('flash_notification')) @foreach(Session::get('flash_notification') as $key) @endforeach @endif @if (isset($msg))
{{ $msg }}
@endif @if (isset($error))
{{ $error }}
@endif @if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @yield('content')
@include('partials.footer')
@yield('footer-scripts')