@if(($dir ?? html_dir()) === 'rtl')
@else
@endif
@yield('head')
@include('partials.sidebar')
@include('partials.topbar')
@include('partials.alerts') @yield('content')
@yield('scripts')