| {{__('Mã')}} | {{__('Tên KH')}} | {{__('SĐT')}} | {{__('Loại KH')}} | {{__('Địa chỉ')}} | {{__('Birthday')}} | {{__('Người thân')}} | {{__('Ngày tạo')}} | |
|---|---|---|---|---|---|---|---|---|
| {{ $customer->id }} | {{ $customer->fullname }} | {{ $customer->phone }} | {{ $customer->type_label }} | {{ $customer->address }} | {{ $customer->birthday2?$customer->birthday2->format('d/m/Y'):'' }} | {{ $customer->dependant }} | {{ $customer->updated_at->format('d-m-Y H:i') }} | |
{{__('Không có dữ liệu')}} |
||||||||