@php $i = 1; @endphp @foreach($template as $row) @if($i%2==1)
@if($row->input_type=="text") is_required==1)?"required": ""}} > @elseif($row->input_type=="textarea") @elseif($row->input_type=="select") @elseif($row->input_type=="file")

@endif
@else
@if($row->input_type=="text") is_required==1)?"required": ""}} > @elseif($row->input_type=="textarea") @elseif($row->input_type=="select") @elseif($row->input_type=="file")

@endif
@endif @php $i++; @endphp @endforeach