@php
$selected_language = App\Language::firstWhere('lang_code','=',session()->get('changed_language'));
@endphp
rtl_available == 1) dir="rtl" @endif>
@include('admin.layouts.mainsidebar')
@include('admin.layouts.topbar')
@yield('body')
@include('admin.layouts.scripts')
@yield('custom-script')
@stack('script')