{{ $count }} |
{{ $customer['customer_name'] }} |
{{ $customer['customer_other_name'] }} |
{{ $customer['customer_code'] }} |
{{ $customer['customer_type_name'] }} |
{{ $customer['gender'] }} |
@if ($customer['date_of_birth'] != null)
{{ date('d-M-Y', strtotime($customer['date_of_birth'])) }} |
@else
|
@endif
{{ $customer['phone_number'] }} |
{{ $customer['email'] }} |
{{ $customer['city_name'] }} |
{{ $customer['township_name'] }} |
{{ $customer['address'] }} |
{{ $customer['remark'] }} |
@if ($customer['customer_is_discontinued'] == 0)
|
@elseif ($customer['customer_is_discontinued'] == 1)
|
@endif
|
|
@php
$count++;
@endphp
@endforeach
@endif