{{-- pageConfigs variable pass to Helper's updatePageConfig function to update page configuration --}} @isset($pageConfigs) {!! Helper::updatePageConfig($pageConfigs) !!} @endisset @php // confiData variable layoutClasses array in Helper.php file. $configData = Helper::applClasses(); @endphp @yield('title') | Materialize - Material Design Admin Template {{-- Include core + vendor Styles --}} @include('panels.styles') {{-- @isset(config('custom.custom.mainLayoutType')) @endisset --}} @if(!empty($configData['mainLayoutType']) && isset($configData['mainLayoutType'])) @include(($configData['mainLayoutType'] === 'horizontal-menu') ? 'layouts.horizontalLayoutMaster':'layouts.verticalLayoutMaster') @else {{-- if mainLaoutType is empty or not set then its print below line --}}

{{'mainLayoutType Option is empty in config custom.php file.'}}

@endif