{{ session('success') }}
{{ session('error') }}
| Address | Vehicles | Status | Actions | |||
|---|---|---|---|---|---|---|
|
{{ $customer->full_name }}
ID: {{ $customer->id }}
|
{{ $customer->email }}
{{ $customer->phone }}
|
{{ $customer->city }}, {{ $customer->state }}
|
|
@if($customer->last_service_date)
{{ $customer->last_service_date->format('M j, Y') }}
@else
Never
@endif
|
|
|
| @if($search) No customers found matching "{{ $search }}" @else No customers found. Add your first customer @endif | ||||||