| # | @lang('dashboard.name') | @lang('dashboard.phone') | @lang('dashboard.email') | @lang('dashboard.join_date') | @lang('dashboard.ads_number') | @lang('dashboard.country') | @lang('dashboard.image') | @lang('dashboard.show_chat') | {{$user->id}} | {{$user->name}} | {{$user->mobile}} | {{$user->email}} | {{$user->created_at}} | {{count($user->prods)}} | {{(Illuminate\Support\Facades\App::getLocale()=='ar')? $user->country->name_ar: $user->country->name_en}} |
|
@endif @endfor |
|---|