@php
$isRTL = isRTL(app()->getLocale());
@endphp
@include('frontend.provider.partials.styles')
@stack('styles')
@include('frontend.provider.partials.header')
@yield('content')
@include('frontend.provider.partials.footer')
@include('frontend.toast')
@include('frontend.provider.partials.scripts')
@stack('scripts')