@extends('layouts.app') @section('title', 'Holiday Parking - Home') @section('content') Confirm Booking @if (session('success')) {{ session('success') }} @endif {{ csrf_field() }} Contact Details Title* Choose the Title Mr. Ms. Rev. @error('customer.title') {{ $message }} @enderror Name* @error('customer.first_name') {{ $message }} @enderror Last Name* @error('customer.last_name') {{ $message }} @enderror Email* @error('customer.email') {{ $message }} @enderror Contact Number* @error('customer.mobile') {{ $message }} @enderror People* @error('customer.people') {{ $message }} @enderror Flight Details Do you have terminal and flight details? Yes No @error('booking.terminal_details') {{ $message }} @enderror Departure Terminal* Choose the Terminal @foreach($terminals as $terminal) id ? 'selected' : ''}} >{{$terminal->terminal_name}} @endforeach @error('booking.departure_terminal') {{ $message }} @enderror Departure Flight Number @error('booking.departure_flight_number') {{ $message }} @enderror Arrival Terminal* Choose the Terminal @foreach($terminals as $terminal) id ? 'selected' : ''}} >{{$terminal->terminal_name}} @endforeach @error('booking.arrival_terminal') {{ $message }} @enderror Arrival Flight Number @error('booking.arrival_flight_number') {{ $message }} @enderror Vehicle Details {{-- Remove Vehicle--}} {{-- --}} {{-- --}} Add Vehicle + Make* {{-- @error('vehicle.vehicle_make') {{ $message }} @enderror--}} Model* Colour* Reg. Number* I agree that I have read, understood and accept the Terms & Conditions, Cancellation Policy and Refund/Return Policy. Next {{-- --}} {{-- --}} {{-- --}} {{$package['company_name']}} Service {{$package['subtitle']}} Airport {{$package['airport_name']}} Drop Off Date & Time {{$filters['dropoff_date']}} | {{$filters['dropoff_time']}} Pickup Date & Time {{$filters['pickup_date']}} | {{$filters['pickup_time']}} Package Amount {{$package['currency_symbol']}} {{$package['price']}} Booking Charges £ 6.12 Discount - £ 10.22 Cancellation Charges £ 00.00 Total Amount £ 75.32 @endsection @push('scripts') @endpush
Do you have terminal and flight details?
I agree that I have read, understood and accept the Terms & Conditions, Cancellation Policy and Refund/Return Policy.