@php $rtl_locales = ['ar', 'he', 'fa', 'ur']; @endphp @if (in_array(app()->getLocale(), $rtl_locales)) @else @endif @yield('title', app_name()) @yield('meta') @stack('before-styles') @stack('after-styles') @include('includes.partials.read-only')
@include('includes.partials.logged-in-as') @include('frontend.includes.nav')
@include('includes.partials.messages') @yield('content')
@stack('before-scripts') @stack('after-scripts') @include('includes.partials.ga')