@php $trip = App\Models\Trip::where('id', $model->trip_id)->first(); @endphp
Reservation From: {{$model->name}}
Name: {{$model->name}}
Email: {{$model->email}}
Phone: {{$model->phone}}
Trip: {{$model->trip->title}}
Number of adults: {{$model->number_of_adults}}
Number of children: {{$model->number_of_children}}
Ages of children: {{$model->ages_of_children}}
Site country: {{$model->site_country}}
Country: {{$model->country}}
Details: {{$model->details}}