rtl == 1) dir="rtl" @endif>
@yield('title') - {{$w_title}}
@yield('custom-meta')
@if(selected_lang()->rtl == 0)
@else
@endif
@yield('head-script')
@php
if(Schema::hasTable('color_schemes')){
$color = App\ColorScheme::first();
}
@endphp
@if(isset($color))
@if($color->color_scheme == 'dark')
@else
@endif
@if($color->color_scheme == 'light')
@if(selected_lang()->rtl == 0)
@else
@endif
@else
@if(selected_lang()->rtl == 0)
@else
@endif
@endif
@endif
@if(strlen( env('ONESIGNAL_APP_ID',""))>4)
@endif