@extends('front.layouts.master') @section('title', isset($title) ? $title : 'Home') @section('description', isset($description) ? $description : '') @section('keywords', isset($keywords) ? $keywords : '') @section('content')
{{ __('Reservations Request') }}
{{ __('Home') }}
{{ __('Reservations Request') }}
{{ __('Reservations Request') }}
@csrf
{{ __('Please specify the reason you didn’t find what you look for') }}
{{ __('Select') }}
@foreach (reasons() as $reason)
{{ langConverter($reason->en_reason, $reason->fr_reason) }}
@endforeach
{{ __('Add any comment') }}
{{ __('To help you in finding a suitable reservation, we would like to ask you to submit the below form according to your desire and priorities and we willreply back to you shortly:') }}
{{ __('Location') }}
@foreach (reservations() as $reservation)
{{ langConverter($reservation->en_name, $reservation->fr_name) }}
@endforeach
{{ __('Date') }}
{{ __('Activity') }}
@error('activity_id')
{{ $message }}
@enderror
{{ __('Add another option') }}
{{ __('Submit Request') }}
@endsection @push('post_script') @endpush