@if(!empty($updatedata)) @php $count = count(array_values($updatedata)[0]); @endphp @for($i=0;$i < $count;$i++)
@if(!empty($form_engine)) @foreach($form_engine as $row) @if(!empty($row->master_table))
@else @if($row->data_type=='select')
@else
form_column=='profile') onchange="loadFile(event)" @endif class="form-control" id="{{$row->form_column}}_id" name="{{$row->form_column}}[]" placeholder="Enter {{$row->form_name}}" value="" @if($row->is_required==1) required @endif @if(!empty($row->data_length)) maxlength="{{$row->data_length}}" @endif > @if($row->data_type=='date') @if(!empty($row->pattern)) @endif @endif
@endif @endif @endforeach @endif
@if($form_category->is_multiple==1)
@endif
@if($i>0) + Add More @endif @endfor @else
@if(!empty($form_engine)) @foreach($form_engine as $row) @if(!empty($row->master_table))