{{-- pageConfigs variable pass to Helper's updatePageConfig function to update page configuration --}} @isset($pageConfigs) {!! Helper::updatePageConfig($pageConfigs) !!} @endisset @php $configData = Helper::applClasses(); @endphp @yield('title') | Outlet @include('panels.styles')
@if (session()->has('message')) @endif @yield('content')
{{-- overlay --}}
{{-- vendor scripts and page scripts included --}} @include('panels.scripts') @stack('js')