@isset($pageConfigs) {!! App\Helpers\Helper::updatePageConfig($pageConfigs) !!} @endisset @php $config = App\Helpers\Helper::applClasses(); @endphp @include('layoutstudents.head') @include('layoutstudents.navbar') @include('layoutstudents.sidebar')
@if($config['pageHeader']=== true && isset($breadcrumbs)) @include('panels.breadcrumbs') @endif
@yield('content')
@include('layoutstudents.footer')