get('rtl') == 1) dir="rtl" @endif >
N/A (Country, region, or territory not supported)
@include('partials.seo')
@stack('extra-style')
@stack('style')
@if(\Request::routeIs('home'))
@stack('banner')
@else
@include($theme.'partials.banner')
@endif
@yield('content')
@stack('extra-content')
@include($theme.'partials.footer')
@stack('extra-js')
@stack('script')
@if (session()->has('success'))
@endif
@if (session()->has('error'))
@endif
@if (session()->has('warning'))
@endif