@extends('front.layout') @section('content')

{{ convertUtf8($bs->reservation_title) }}

{{ convertUtf8($be->table_section_title) }}

{{ convertUtf8($be->table_section_subtitle) }}

@csrf
@error('name')

{{ convertUtf8($message) }}

@enderror
@error('email')

{{ convertUtf8($message) }}

@enderror
@foreach ($inputs as $input)
@if ($input->type == 1) name") }}" placeholder="{{ convertUtf8($input->placeholder) }}"> @endif @if ($input->type == 2) @endif @if ($input->type == 3)
@foreach ($input->reservation_input_options as $option)
name")) && in_array(convertUtf8($option->name), old("$input->name")) ? 'checked' : '' }}>
@endforeach @endif @if ($input->type == 4) @endif @if ($input->type == 5) name") }}" placeholder="{{ convertUtf8($input->placeholder) }}" autocomplete="off"> @endif @if ($input->type == 6) name") }}" placeholder="{{ convertUtf8($input->placeholder) }}" autocomplete="off"> @endif @if ($input->type == 7) 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
@endsection