@extends('admin.layouts.master') @section('title','تقرير المستخدمين غير النشطين') @section('page-header')
@endsection @section('content')| # | الاسم | البريد | الجوال | العملة | الرصيد | تاريخ التسجيل |
|---|---|---|---|---|---|---|
| {{ $loop->iteration + ($users->currentPage()-1)*$users->perPage() }} | {{ $user->name }} | {{ $user->email }} | {{ $user->mobile }} | {{ $user->currency->symbol ?? '-' }} | {{ number_format($user->balance,2) }} | {{ $user->created_at?->format('Y-m-d') }} |
| لا توجد نتائج | ||||||