@if($lang_dir == 'rtl') @else @endif @if (app()->getLocale() == 'en') @endif @yield('head_css') @include('web.partials._css') @include('web.layouts.nav') @includeWhen(!isset($isHomePage), 'web.layouts.page_header') @yield('content') @include('web.layouts.footer')
@include('web.partials._js') @yield('js') @stack('stack_scripts')