{{ (int) $index + 1 }} |
{{ $item['name'] ?? 'ไม่พบข้อมูล' }} |
{{ $item['gender'] ?? 'ไม่พบข้อมูล' }} |
{{ $item['mobile'] ?? 'ไม่พบข้อมูล' }} |
{{ $item['email'] ?? 'ไม่พบข้อมูล' }} |
{{ $item['status'] ?? 'ไม่พบข้อมูล' }} |
{{ $item['created_at'] ?? 'ไม่พบข้อมูล' }} |
{{ $item['address']->address ?? 'ไม่พบข้อมูล' }} |
{{ $item['address']->province->name_th ?? 'ไม่พบข้อมูล' }} |
{{ $item['address']->city->name_th ?? 'ไม่พบข้อมูล' }} |
{{ $item['address']->district->name_th ?? 'ไม่พบข้อมูล' }} |
{{ $item['address']->zipcode ?? 'ไม่พบข้อมูล' }} |
@endforeach