All Customers
Total Verified Customers: {{$customers->count();}}
|
SL | Photo | Customer | Contact | Address | Joining | Balance(AUD) | Balance Add | Status | Actions |
---|---|---|---|---|---|---|---|---|---|
{{$loop->iteration}} |
@php
$image_path = public_path('images/user_img/thumbnail/' . $customer->photo);
$default_image_path = asset('images/male.jpg');
@endphp
@if(file_exists($image_path) && !is_dir($image_path))
|
ID: {{$customer->customer_id}}
{{$customer->name}}
|
{{$customer->contact}}
|
{{$customer->address}}
|
{{$customer->created_at}}
|
{{number_format($user_balance, 2)}} | Add Balance | Verified | Details |