{{-- Page title --}} @hasSection('page_title') @yield('page_title') - {{getSetting('site.name')}} @else {{getSetting('site.name')}} - {{getSetting('site.slogan')}} @endif {{-- Generic Meta tags --}} @hasSection('page_description') @endif {{-- Mobile tab color --}} {{-- Facebook share section --}} {{-- Twitter share section --}} {{-- CSRF Baby --}} @yield('meta') @if(getSetting('site.allow_pwa_installs')) @laravelPWA @endif {{-- Favicon --}} {{-- (Preloading) Fonts --}} {{-- Global CSS Assets --}} {!! Minify::stylesheet( array_merge([ '/libs/cookieconsent/build/cookieconsent.min.css', '/css/theme/bootstrap'. (Cookie::get('app_rtl') == null ? (getSetting('site.default_site_direction') == 'rtl' ? '.rtl' : '') : (Cookie::get('app_rtl') == 'rtl' ? '.rtl' : '')). (Cookie::get('app_theme') == null ? (getSetting('site.default_user_theme') == 'dark' ? '.dark' : '') : (Cookie::get('app_theme') == 'dark' ? '.dark' : '')). '.css', '/css/app.css', ], (isset($additionalCss) ? $additionalCss : []) ))->withFullUrl() !!} {{-- Page specific CSS --}} @yield('styles') @if(getSetting('custom-code-ads.custom_css')) @endif