Policies History ({{ $vehicles->count() }})
Policy No: {{ $vehicle->policy_no ?? 'N/A' }}
Name
{{ $vehicle->customer->title ?? 'N/A' }} {{ $vehicle->customer->fname ?? 'N/A' }} {{ $vehicle->customer->lname ?? 'N/A' }}
Email
{{ $vehicle->customer->email ?? 'N/A' }}
Start Date
{{ $vehicle->created_at->format('d/m/Y') }}
Policy Due Date: {{ \Carbon\Carbon::parse($vehicle->expiry_date)->format('M d Y') }}
({{ \Carbon\Carbon::parse($vehicle->expiry_date)->diffInDays(now()) }} days Left)
@endif
No policies found
Try adjusting your search or filter criteria