@if(get_option('backend_direction') == "rtl")
@endif
{{ _lang('Exit') }}
{{ _lang('Full Screen') }}
@if(Auth::user()->user_type == "admin" && Auth::user()->department_id == 4)
@else
Back to Dashboard >
@endif
{{ _lang('Dashboard') }}
@yield('content')
@yield('js-script')