{{ $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
|
@endforeach