@extends('layouts.master') @section('title',trans('dashboard.users')) @section('css') @endsection @section('page-content')

@lang('dashboard.users_t_chatted_with_them')

@for($i=0;$i @endif @endfor
# @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}}
{{ $user->name }}
@csrf
@endsection @section('js') @endsection