@extends('layouts.master') @section('title',trans('dashboard.users')) @section('css') @endsection @section('page-content')
@if (count($errors) > 0) @foreach ($errors->all() as $error) @endforeach @endif @if (session()->has('add')) @endif @if (session()->has('edit')) @endif @if (session()->has('delete')) @endif
@for($i=0;$i<$users_count;$i++) @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.operations')
{{$users[$i]['id']}} {{$users[$i]['name']}} {{$users[$i]['mobile']}} {{$users[$i]['email']}} {{$users[$i]['created_at']}} {{$prods_count[$i]}} {{$country[$i]}}
{{ $users[$i]['name'] }}
@endsection @section('js') @endsection