@if (LaravelLocalization::getCurrentLocaleDirection() == 'rtl')
@else
@endif
404 - {!! trans('dashboard.error.404_msg') !!}
@if (auth()->check() && in_array(auth()->user()->user_type,['admin','superadmin']))
{!! trans('dashboard.general.home') !!}
@endif