Manage your client base and their vehicles
{{ session('success') }}
| Name | Phone | Actions |
|---|---|---|
|
{{ substr($client->full_name ?? $client->name ?? 'N', 0, 1) }}
{{ $client->full_name ?? $client->name ?? 'N/A' }} |
{{-- Phone --}}
@if ($client->phone) {{ $client->phone }} @else — @endif | {{-- Email --}} {{-- Vehicles --}} {{-- Status --}} {{-- Actions --}}