@foreach ($inputs as $key => $input) {{-- input type text --}} @if ($input->type == 1)
{{ csrf_field() }}
@elseif ($input->type == 7)
{{ csrf_field() }}
@elseif ($input->type == 2)
{{ csrf_field() }}
@elseif ($input->type == 3)
{{ csrf_field() }}
@foreach ($input->reservation_input_options as $key => $option)
@endforeach
@elseif ($input->type == 4)
{{ csrf_field() }}
@elseif ($input->type == 5)
{{ csrf_field() }}
@elseif ($input->type == 6)
{{ csrf_field() }}
@endif @endforeach