@php
//print_r($FieldArray);
//print_r($field_array);
@endphp
| Label |
Value Type |
Value |
@php
$loopcount=0;
@endphp
@foreach($FieldArray as $fields)
@php
$UnqRecordId = $unqid.$loopcount;
@endphp
| {{$fields->LabelValue}}
@if($fields->Required == '1')
*
@endif
|
|
|
@php
$loopcount++;
@endphp
@endforeach
@php
$Tot = $loopcount - 1;
@endphp