@foreach ($data['data'] as $index => $item) @endforeach
ข้อมูลสมาชิก
No. ชื่อ เพศ เบอร์โทร อีเมล สถานะ วันที่สมัคร ที่อยู่ จังหวัด อำเภอ ตำบล รหัสไปรษณีย์
{{ (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 ?? 'ไม่พบข้อมูล' }}