@component('mail::message') Dati utente: Nome: {{ $contact->name }} Cognome: {{ $contact->surname }} E-mail: {{ $contact->email }} Messaggio: {{ $contact->message }} @if($departure) Viaggio in: {{ $departure->travel->name }} Dal: {{ $departure->datadal->format('d/m/Y') }} Al: {{ $departure->dataal->format('d/m/Y') }} Costo: {{ $departure->costo }} Partenza: {{ $departure->slug }} @endif Thanks, {{ config('app.name') }} @endcomponent