@if (count($errors) > 0)
@foreach ($errors->all() as $error)
{{$error}}
@endforeach
@endif
@if (session()->has('add'))
{{ session()->get('add') }}
@endif
@if (session()->has('edit'))
{{ session()->get('edit') }}
@endif
@if (session()->has('delete'))
{{ session()->get('delete') }}
@endif
| # | @lang('dashboard.username') | @lang('dashboard.mobile') | @lang('dashboard.account_type') | @lang('dashboard.category') | @lang('dashboard.document_type') | @lang('dashboard.country') | @lang('dashboard.image') | @lang('dashboard.operations') |
|---|---|---|---|---|---|---|---|---|
| {{$user->id}} | {{ ($user->user)? $user->user->name: ''}} | {{$user->mobile}} | {{$user->account_type}} | {{$user->category}} | {{$user->document_type}} | @if($user->country) {{Illuminate\Support\Facades\App::getLocale()=='ar'? $user->country->name_ar:$user->country->name_en}} @else {{' '}} @endif |
|
@lang('dashboard.verify') @lang('dashboard.unverify') |