@if(count($data->getCustomFileds) == 0)
| S.No | Field Name | Field Type | Type Value | @foreach($data->getCustomFileds as $customfield)||||||
|---|---|---|---|---|---|---|---|---|---|
| {{$count++}} | {{$customfield->field_name ?? ""}} | @if($customfield->field_type == 1) Text @elseif($customfield->field_type == 2) Date @elseif($customfield->field_type == 3) Drop Down @endif | @if(count($customfield->options) > 0)
@php $optioncount=1;@endphp
|
@endif