@extends('front.layouts.master') @section('title', isset($title) ? $title : 'Home') @section('description', isset($description) ? $description : '') @section('keywords', isset($keywords) ? $keywords : '') @section('content')
{{ __('Reservations Request') }}
@csrf

{{ __('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:') }}
@error('activity_id') {{ $message }} @enderror
@endsection @push('post_script') @endpush