@if(\App\Models\Language::where('code', Session::get('locale', Config::get('app.locale')))->first()->rtl == 1) @else @endif {{ get_setting('website_name').' '.get_setting('site_motto') }} @yield('style') {{-- @include('sweetalert::alert')--}} @include('LandingPage.Layouts.topNav') @include('LandingPage.Layouts.header') @yield('content') @include('LandingPage.Layouts.footer') @if( session('newsletterClosed') === null || session('newsletterClosed') === false ) @include('LandingPage.Models.modelIndex') @endif @include('LandingPage.Models.modelSearch') @include('LandingPage.Models.modelWishlist') @include('LandingPage.Models.modelCart') @include('LandingPage.Models.modelSizeguide') @include('LandingPage.Models.modelCompare') @include('LandingPage.Models.modelQuiqView') @include('LandingPage.Layouts.Script') @yield('script') @if(session('alert')) @endif