@extends('front.layout') @section('content') {{ convertUtf8($bs->reservation_title) }} {{ __('Home') }} {{ convertUtf8($bs->reservation_title) }} {{ convertUtf8($be->table_section_title) }} {{ convertUtf8($be->table_section_subtitle) }} @csrf {{ __('Full Name') }} ** @error('name') {{ convertUtf8($message) }} @enderror {{ __('Email Address') }} ** @error('email') {{ convertUtf8($message) }} @enderror @foreach ($inputs as $input) @if ($input->type == 1) {{ convertUtf8($input->label) }} @if ($input->required == 1) ** @endif name") }}" placeholder="{{ convertUtf8($input->placeholder) }}"> @endif @if ($input->type == 2) {{ convertUtf8($input->label) }} @if ($input->required == 1) ** @endif {{ convertUtf8($input->placeholder) }} @foreach ($input->quote_input_options as $option) name") == convertUtf8($option->name) ? 'selected' : '' }}> {{ convertUtf8($option->name) }} @endforeach @endif @if ($input->type == 3) {{ convertUtf8($input->label) }} @if ($input->required == 1) ** @endif @foreach ($input->reservation_input_options as $option) name")) && in_array(convertUtf8($option->name), old("$input->name")) ? 'checked' : '' }}> {{ convertUtf8($option->name) }} @endforeach @endif @if ($input->type == 4) {{ convertUtf8($input->label) }} @if ($input->required == 1) ** @endif {{ old("$input->name") }} @endif @if ($input->type == 5) {{ convertUtf8($input->label) }} @if ($input->required == 1) ** @endif name") }}" placeholder="{{ convertUtf8($input->placeholder) }}" autocomplete="off"> @endif @if ($input->type == 6) {{ convertUtf8($input->label) }} @if ($input->required == 1) ** @endif name") }}" placeholder="{{ convertUtf8($input->placeholder) }}" autocomplete="off"> @endif @if ($input->type == 7) {{ convertUtf8($input->label) }} @if ($input->required == 1) ** @endif name") }}" placeholder="{{ convertUtf8($input->placeholder) }}" autocomplete="off"> @endif @if ($errors->has("$input->name")) {{ $errors->first("$input->name") }} @endif @endforeach @if ($bs->is_recaptcha == 1) @if ($errors->has('g-recaptcha-response')) @php $errmsg = $errors->first('g-recaptcha-response'); @endphp {{ __("$errmsg") }} @endif @endif {{ __('Book Table') }} @endsection
{{ convertUtf8($message) }}
{{ $errors->first("$input->name") }}
{{ __("$errmsg") }}