@if($smccIndex === 0 && $itemIndex === 0)
| {{ $dateGroup->date ?? '' }} |
{{ $patientGroup->patientName ?? '' }} |
{{ $patientGroup->registrationNo ?? '' }} |
{{ $patientGroup->mobileNo ?? '' }} |
@endif
@if($itemIndex === 0)
{{ $smccGroup->branchName ?? '' }} |
{{ $smccGroup->subBranchName ?? '' }} |
{{ $smccGroup->locationType ?? '' }} |
{{ $smccGroup->location ?? '' }} |
@endif
{{$item->category ?? ''}} |
{{$item->itemName ?? ''}} |
{{number_format($item->quantity ?? 0, 0)}} |
{{number_format($item->cashReceived ?? 0, 2)}} |
{{number_format($item->cashRefund ?? 0, 2)}} |
{{number_format($item->netAmount ?? 0, 2)}} |
@endforeach
@endif
@endforeach
@endif
@endforeach
@endif
@endforeach