Customers
Manage customers, search & filter quickly| # | Name | Phone | Address | Province | Type | Status | Actions |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration + ($customers->currentPage() - 1) * $customers->perPage() }} |
{{ $row->name ?? '—' }}
@if ($row->email)
{{ $row->email }}
@endif
|
{{ $row->phone ?? '—' }} | {{ $row->address ?? '—' }} | {{ $row->province->title_ps ?? ($row->province->title_ps ?? '—') }} | @if ($row->type_id == 1) C @else S @endif | @if ($row->status == 1) Active @else Inactive @endif | |
| No customers found. | |||||||