@if(isset($data->bannerUrl) && $data->bannerUrl != "") @endif
Patient Referred To Report
@foreach ($data->PrintList as $i => $row) @endforeach
SL Name Reg no Age Sex Member Branch Sub Branch Community Location Type Date Referred Location
{{ $i + 1 }} {{ $row->name }} {{ $row->registrationNo }} {{\Carbon\Carbon::parse($row->dob)->diff(\Carbon\Carbon::now())->format('%y y, %m m')}} {{ $row->gender }} @if ($row->isShaktiMember) Y @else N @endif @if(isset($row->branchName)) {{ $row->branchName }} @endif @if(isset($row->healthCorner)) {{ $row->healthCorner }} @endif {{ $row->location ?? 'N/A' }} @if (isset($row->locationType)) {{$row->locationType}} @endif {{$Controller::dateFormatter($row->transactionDate)}} @if (isset($row->referredTo)) {{$row->referredTo}} @endif