@include('User.Layout.header')
{!! defineFilter('afterHeader', '', 'header'); !!}
@include('User.Layout.sideBar')
@section('pageTitle')
@if(isset($heading_text)){{ $heading_text }}@endif
@show
@if(isset($breadcrumbs))
@foreach($breadcrumbs as $key=> $value)
-
{{ $key }}
@if($loop->iteration!=count($breadcrumbs))
@endif
@endforeach
@endif
@section('notification')
@show
@yield('content')
@include('User.Layout.quickSideBar')
@include('User.Layout.footer')