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

Final checks

@if(!$booking->returnForm->isCompleted())

There are still sections that require your response. Please see below to view each area that requires input.

@endif
Please complete and submit these forms by {{ $booking->eventOption->returnFormDueDate()->format(config('formats.datetime.short-date')) }}
@if($booking->returnForm->isCompleted())
@csrf
@error('confirm_return_form')
{{ $message }}
@enderror
@endif Return to booking
@endsection