@if(isset($data->bannerUrl) && $data->bannerUrl != "") @endif
Patient Follow Up Report
{{-- --}} @foreach ($data->PrintList as $i => $row) {{-- --}} @endforeach
SL Name Reg noAge Sex MemberBranch Sub Branch Community Location Type Date Follow Up Date
{{ $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) Yes @else No @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)}} {{$Controller::dateFormatter($row->followUpDate)}}