@include('site.partials.seo_og')
{{settingHelper('seo_title')}}
{{-- CSS --}}
@if($language->text_direction == "RTL")
@endif
@yield('style')
{{-- icons --}}
{{-- icons --}}
@stack('style')
{{-- dark class="sg-dark" --}}
@if(settingHelper('preloader_option')==1)
@endif
{{-- JS --}}
@stack('script')
@yield('script')
@yield('audio')
@isset($post)
@if(!blank(\Request::route()))
@if(settingHelper('adthis_option')==1 and settingHelper('addthis_public_id')!=null and \Request::route()->getName() == "article.detail")
@endif
@endif
@endisset
@yield('quiz')