@php $cnt=1; @endphp
@foreach($GetRElatedModules as $key=>$value) @php if(array_key_exists($value,$GetMappedFields)) { $Data=$GetMappedFields[$value]; $DataCnt=count($GetMappedFields[$value]); @endphp @foreach($Data as $datas) @endforeach @php } @endphp @php $cnt++; @endphp @endforeach