@if(isset($data->bannerUrl) && $data->bannerUrl != "")
@endif
Referred Patient Report
SL
Name
Registration No
Phone
Registration Date
@php $dataListIndex = 1 @endphp @foreach($data->reportDate as $aIdx => $item)
{{$aIdx + 1}}
{{$item->name}}
{{$item->registrationNo}}
{{$item->mobileNo}}
{{$Controller::dateTimeFormatter($item->createdDate)}}
@php $dataListIndex++ @endphp @endforeach