@if(auth()->user()->role_id)
{{ucfirst(trans('app.entity'))}}{{trans('app.double_dot_separator')}}
{{session()->get('app_client')}}
@else
{{ucfirst(trans('app.error'))}}{{trans('app.double_dot_separator')}}
{{ucfirst(trans('app.disconnected'))}}
@endif