{{-- 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') - {{ config('app.name') }} {{-- Include core + vendor Styles --}} @include('frontend.panels.styles') @include('frontend.panels.tracker') @include('frontend.layouts.verticalLayoutMaster') {{-- @if(!empty($configData['mainLayoutType']) && isset($configData['mainLayoutType'])) @include(($configData['mainLayoutType'] === 'horizontal-menu') ? 'frontend.layouts.horizontalLayoutMaster':'frontend.layouts.verticalLayoutMaster') @else

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

@endif --}}