@extends('layouts.app') @section('title', __('labels.project_title')) @section('content') @php $ccfee = isset($company['ccfee']) ? $company['ccfee'] : 0; $passenger = isset($company['passenger']) ? $company['passenger'] : ''; $passengers = isset($company['passengers']) ? $company['passengers'] : ''; $bikeSelections = isset($company['bike_selections']) ? $company['bike_selections'] : ''; $extraServices = isset($company['extra_services']) ? $company['extra_services'] : ''; $shuttleSelections = isset($company['shuttle_selections']) ? $company['shuttle_selections'] : ''; $vehicleRelocations = isset($company['vehicle_relocations']) ? $company['vehicle_relocations'] : ''; $roomPreference = isset($company['room_preference']) ? $company['room_preference'] : ''; $additionalCharges = isset($company['additional_charges']) ? $company['additional_charges'] : ''; $tripText = !empty($trip['NoteInclusions']) ? $trip['L2_Description'] . " - " . $trip['NoteInclusions'] :$trip['L2_Description']; $tripDays = isset($trip['NoDays']) ? $trip['NoDays'] : ''; $tripCode = isset($trip['L2_ShortCode']) ? $trip['L2_ShortCode'] : ''; $isMultiple = isset($trip['is_multiple_date']) ? $trip['is_multiple_date'] : ''; $isHideEmergencyContact = isset($trip['Is_hide_emergency_con']) ? $trip['Is_hide_emergency_con'] : 0; $isShowBikeSelection = isset($trip['Is_show_bike']) ? $trip['Is_show_bike'] : 0; $paymentMethod = isset($trip['payment_method']) ? $trip['payment_method'] : ''; @endphp @if(!$status)

{{ __('labels.not_found') }}

{{ __('labels.invalid_url') }}

@else

{{ $tripText }}

{{ __('labels.sun') }} {{ __('labels.mon') }} {{ __('labels.tue') }} {{ __('labels.wed') }} {{ __('labels.thu') }} {{ __('labels.fri') }} {{ __('labels.sat') }}
{{ __('labels.date_required') }}
{{ __('labels.travellers_required', ['passengers' => $passengers]) }}
@if (!empty($trip['ShortDescription'])) @endif
{{ $trip['ShortDescription'] ?? '' }}
@include('layouts.footer')
{{ $company['passenger'] ?? '' }} 1 Details
{{ __('labels.first_name_required') }}
{{ __('labels.last_name_required') }}
{{ __('labels.email_required') }}
{{ __('labels.phone_required') }}
{{ __('labels.height_required') }}
@if(is_array($bikeList) && $isShowBikeSelection == 1 && !empty($bikeList))
@endif @if(is_array($services) && !empty($services))
@endif @if(is_array($shuttles) && !empty($shuttles))
@endif
@if($isHideEmergencyContact == 0)
{{ __('labels.emergency_contact_details') }}
{{ __('labels.first_name_required') }}
{{ __('labels.last_name_required') }}
{{ __('labels.phone_required') }}
{{ __('labels.relationship_required') }}
@endif
{{ $company['passenger'] ?? '' }} 2 Details
{{ __('labels.first_name_required') }}
{{ __('labels.last_name_required') }}
{{ __('labels.height_required') }}
@if(is_array($bikeList) && $isShowBikeSelection == 1 && !empty($bikeList))
@endif @if(is_array($services) && !empty($services))
@endif @if(is_array($shuttles) && !empty($shuttles))
@endif
@include('layouts.footer')
{{ __('labels.tour_details') }}
{{ $tripText }}
@if($isMultiple == 1)
{{ __('labels.your_booking') }}

{{ __('labels.empty_multiple_service_date') }}
@endif
{{ __('labels.booking_details') }}
{{ $company['currency'] ?? '' }}
{{ __('labels.payment') }}
@if (empty($paymentMethod) || Str::lower($paymentMethod) == 'Both' || Str::lower($paymentMethod) == 'bankdeposit')
@endif @if (empty($paymentMethod) || Str::lower($paymentMethod) == 'both' || Str::lower($paymentMethod) == 'online')
@endif {{ __('labels.stripe_required') }}
{{ __('labels.total') . ' ' . $company['currency'] ?? '' }}
{{ __('labels.payment_method_description') }}
{{ __('labels.terms_condition_privacy_error') }}
@include('layouts.footer')
@endif @endsection