| No | Customer | Type | ID / TIN | Contact | Usage | Actions |
|---|---|---|---|---|---|---|
| {{ $loop->index + 1 }} |
@if($canManageCustomers)
{{ $customer->name }}
@else
{{ $customer->name }}
@endif
@if($customer->attention_to)
Attention: {{ $customer->attention_to }}
@endif
|
{{ ucfirst($customer->customer_type) }} |
{{ $customer->ic_passport ?: '-' }}
TIN: {{ $customer->tin_no ?: '-' }}
|
{{ $customer->email ?: '-' }}
{{ $customer->phone ?: '-' }}
@if($customer->fax_no)
Fax: {{ $customer->fax_no }}
@endif
|
{{ $customer->subscriptions_count }} subscription(s) |
@if($canManageCustomers)
@endif
|
| No customers. | ||||||