@if (LaravelLocalization::getCurrentLocaleDirection() == 'rtl')
@else
@endif
{!! __('Not allowed to access here') !!}
@if (auth()->check() && in_array(auth()->user()->user_type,['admin','superadmin']))
{!! trans('dashboard.general.home') !!}
@endif