Manage {{ $data['title'] ?? '' }}
@if (Auth::user()->can('admin.customer.create'))
Add
New
@endif
| SL | Name (Rating) | Image | Phone | Total Ads | Status | Document Verification | Full Photo Verification | Register At | Action | |
|---|---|---|---|---|---|---|---|---|---|---|
| SL | Name (Rating) | Image | Phone | Total Ads | Status | Document Verification | Full Photo Verification | Register At | Action | |
| {{ $key + 1 }} | {{ $row->name }} {{ $row->rating }} |
|
{{ $row->email }} | {{ $row->phone ?? 'N/A' }} | {{$row->ads->count()}} | @if ($row->status == 1) Active @else In Active @endif | @if ($row->verification && $row->verification->document_verified == 1) Verified @else Not Verified @endif | @if ($row->verification && $row->verification->photo_verified == 1) Verified @else Not Verified @endif | {{ date('d-M-Y', strtotime($row->created_at)) }} |
|