| Sl No | Name | Contact | Account Status | Total Orders | Current Points | Total Points Earned | Total Points Redeemed | Created On |
|---|---|---|---|---|---|---|---|---|
| {{ $user->sl_no }} | {{ $user->name }} | {{ $user->country_code }} {{ $user->mobile }} | {{ $user->account_status == 1 ? 'Active' : 'Blocked' }} | {{ $user->total_orders }} | {{ $user->current_points }} | {{ $user->points_earned }} | {{ $user->points_redeemed }} | {{ date('d-m-Y', strtotime($user->created_at)) }} |