@include('layouts.header')

{{__('strings.Your AI generated Trip')}}

{{__('strings.Duration')}}

{{ request('days') }} {{ Str::plural('Day', request('days')) }}

{{__('strings.Languages')}}

English

{{$tripPlan}}
@if(!empty($faqs)) @foreach($faqs as $faq)

{{ $faq->title }}

{{ $faq->content }}

@endforeach @endif

{{__('strings.Booking Form')}}

@csrf
{{__('strings.Adult')}}
{{__('strings.Children')}}
@if ($errors->has('g-recaptcha-response'))
{{ $errors->first('g-recaptcha-response') }}
@endif
@include('layouts.footerm')