@yield('parent-content')
@php $favicon = App\Models\Preference::getFavicon(); @endphp @if(!empty($favicon)) @endif @php $page = \Modules\CMS\Entities\Page::firstWhere('default', '1'); $layout = $page->layout; $primaryColor = option($layout . '_template_primary_color', '#FCCA19'); @endphp @yield('parent-css')
@php $themeOption = \Modules\CMS\Http\Models\ThemeOption::getAll(); $headerMobileLogo = $themeOption ->where('name', 'default_template_header_mobile_logo') ->first(); @endphp