@php $field_list = json_decode($field_list); @endphp
@php $loopcount=0; $i=1; @endphp @foreach($field_list as $fieldname) @php $fields=$fieldname->ColumnName; $OrderValue=$loopcount; @endphp @php $i++; $loopcount++; @endphp @endforeach