@extends('layouts.return-form') @section('step', 1) @section('back-button-form-url') {{ route('portal.account.booking', ['booking' => $booking]) }} @stop @section('holiday-form-content')
@csrf

Travel details

Arrival

{{ __($lang_file.'.travel_details.arriving_by.caption', ['name' => $attendee_name, 'date' => $booking->eventOption->start->format(config('formats.datetime.date-without-year-with-day-name'))]) }}

e.g. They will be arriving late

Departure

{{ __($lang_file.'.travel_details.departing_by.caption', ['name' => $attendee_name, 'date' => $booking->eventOption->end->format(config('formats.datetime.date-without-year-with-day-name'))]) }}

e.g. They will be leaving early

@if($booking->returnForm->isSubmitted()) @else

You are free to fill in each section of the return form in your own time.

@endif
@endsection