Nome: {{ $appointment->fromVehicle->vOwner->name }}

NIF: {{ $appointment->fromVehicle->vOwner->vat }}

Email: {{ $appointment->fromVehicle->vOwner->contact_email }}

Telefone: {{ $appointment->fromVehicle->vOwner->mobile }}

Modelo: {{ $appointment->fromVehicle->vModel->name }}

Matricula: {{ $appointment->fromVehicle->licenseplate }}

Mês: {{ $appointment->fromVehicle->month }}

Ano: {{ $appointment->fromVehicle->year }}

Quilometragem: {{ $appointment->fromVehicle->km }}km

Data de inicio: {{ $appointment->start_time }}

Data de fim: {{ $appointment->end_time }}

Estado: {{ $appointment->hasStatus->name }}