@if (str_replace('_', '-', app()->getLocale())=="ar" )
@else
@endif
@stack('css')
@component('modal',['id'=>'logoutModal','title'=>"Ready to Leave?"])
@slot('footer')
@lang('main.logout')
@endslot
@lang('main.logout_msg')
@endcomponent
@include('sweetalert::alert')
@stack('js')
@stack('modals')