@include('partials.inc_top') @include('partials.top_menu')
@include('partials.menu')
@include('partials.header')
{{--Error Alert Area--}} @if($errors->any())
@foreach($errors->all() as $er) {{ $er }}
@endforeach
@endif @yield('content')
@include('partials.inc_bottom') @yield('scripts')