{{ session('success') }}
@endif
Customers
Add Customer| Name | Phone | Location | Actions | |
|---|---|---|---|---|
|
@if ($customer->company_name)
{{ $customer->company_name }}
@endif
|
{{ $customer->phone }} | {{ $customer->email }} | {{ $customer->primaryLocation->service_city ?? 'N/A' }} | View Edit |
| No customers found. | ||||
{{ $customers->withQueryString()->links() }}