@extends(app_email_layout()) @section('content')

Confirmação de Compromisso

Olá {{ $appointment->fromVehicle->vOwner->name }},

O seu compromisso foi confirmado com os seguintes detalhes:

Data de entrega de veiculo: {{ $appointment->start_time }}h

Local: {{ $appointment->fromLocation->name }}

Morada: {{ $appointment->fromLocation->address }}

Código-Postal: {{ $appointment->fromLocation->zipcode }} {{ $appointment->fromLocation->city }}

@stop