{{ $selectedAppointment->customer->first_name }} {{ $selectedAppointment->customer->last_name }}
{{ $selectedAppointment->vehicle->year }} {{ $selectedAppointment->vehicle->make }} {{ $selectedAppointment->vehicle->model }}
{{ $selectedAppointment->assignedTechnician->first_name }} {{ $selectedAppointment->assignedTechnician->last_name }}
{{ $selectedAppointment->formatted_date_time }}
{{ $selectedAppointment->service_requested }}
{{ $selectedAppointment->customer_notes }}