Manage {{ $data['title'] ?? '' }}
| SL | Name | Phone | Verification Document | Document Verification | Full Photo | Photo Verification | Created At | Action | |
|---|---|---|---|---|---|---|---|---|---|
| SL | Name | Phone | Verification Document | Document Verification | Full Photo | Photo Verification | Created At | Action | |
| {{ $key + 1 }} | {{ $row->user->name }} | {{ $row->user->email }} | {{ $row->user->phone ?? 'N/A' }} | {{-- 2-Star Verification Document --}}@if ($row->user->verification_document) @else N/A @endif | @if ($row->document_verified == 1) Verified @else Not Verified @endif | {{-- 3-Star Full Photo --}}
@if ($row->user->full_photo)
|
@if ($row->photo_verified == 1) Verified @else Not Verified @endif | {{ date('d-M-Y', strtotime($row->created_at)) }} |
|