Here's an overview of your vehicle services and appointments.
{{ $jobCard->vehicle->year ?? '' }} {{ $jobCard->vehicle->make ?? '' }} {{ $jobCard->vehicle->model ?? '' }}
@if($jobCard->serviceAdvisor)Advisor: {{ $jobCard->serviceAdvisor->name }}
@endifYou don't have any vehicles currently being serviced.
Your activity will appear here once you start using our services.
{{ $appointment->scheduled_datetime->format('M j, Y g:i A') }}
@if($appointment->notes){{ $appointment->notes }}
@endif