@php $topbar_contact=App\ContactUs::first(); $setting=App\Setting::first(); $customPages=App\CustomPage::all(); $navigations=App\Navigation::all(); $websiteLang=App\ManageText::all(); @endphp
@yield('title') @yield('meta') @if ($setting->text_direction=="RTL") @endif @include('user.theme_style') @if ($setting->google_analytic==1) @endif