{!! SEO::generate() !!} @foreach(localization()->getSupportedLocales() as $localeCode => $properties) @endforeach @if ( $general->page_load ) @endif @if ( $general->adblock_detection ) @endif @if ( !empty($general->font_family) ) @if($general->font_family == 'Inter') @else @endif @endif @if ( $advanced->header_status && $advanced->insert_header != null ) {!! $advanced->insert_header !!} @endif @livewireStyles @if ( $advanced->body_status && $advanced->insert_body != null ) {!! $advanced->insert_body !!} @endif @if ( $general->maintenance_mode && ( !Auth::check() || Auth::user()->is_admin != 1 ) && !Route::is('login') && !Route::is('admin.login') ) @livewire('public.maintenance') @else
@if(Auth::user() && \App\Models\Admin\AuthPages::where('name', 'Verify Email')->first()->status && Auth::user()->email_verified_at == null) @endif @if ( $general->parallax_status )
@if ( !empty($general->parallax_image) ) {{ __('Parallax Image') }}lazy_loading) src="{{ $general->parallax_image }}" @endif style="filter: blur({{ $general->blur }}px)"> @endif
@if ( $page->ads_status && $advertisement->area1_status && $advertisement->area1 != null ) @endif

{{ __('Our Blog') }}

{{ __('Stay up to date with the latest news') }}

@if ( $page->ads_status && $advertisement->area2_status && $advertisement->area2 != null ) @endif
@endif
@if ( !$general->parallax_status )

{{ __('Our Blog') }}

{{ __('Stay up to date with the latest news') }}

@endif @if ( $page->ads_status && $advertisement->area4_status && $advertisement->area4 != null ) @endif {{ $slot }}
@if ( $page->ads_status && $advertisement->area5_status && $advertisement->area5 != null ) @endif
@if ( $page->ads_status && ( ( $advertisement->sidebar_top_status && $advertisement->sidebar_top != null ) || ( $advertisement->sidebar_middle_status && $advertisement->sidebar_middle != null ) || ( $advertisement->sidebar_bottom_status && $advertisement->sidebar_bottom != null ) ) || $sidebar->tool_status || $sidebar->post_status == true) @endif
@if ( $general->lazy_loading ) @endif @if ( $general->search_box_status ) @endif @if ( $general->back_to_top )
@endif @if ( $general->adblock_detection ) @endif @if (Cookie::get('cookies') == null) @if ( $notice->status )
{{ __('Cookie') }}
{!! __(GrahamCampbell\Security\Facades\Security::clean($notice->notice)) !!}
@if ( $notice->button )
@endif
@endif @endif @if ( $general->theme_mode ) @endif @if ( $advanced->footer_status && $advanced->insert_footer != null ) {!! $advanced->insert_footer !!} @endif
@livewireScripts @endif