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