{{ $key + 1 }} |
{{ isset($CSReport->{'Reference No_'}) ? $CSReport->{'Reference No_'} : null }}
|
{{ isset($CSReport->{'CenterNo'}) ? $CSReport->{'CenterNo'} : null }}
|
{{ isset($CSReport->{'Center City'}) ? $CSReport->{'Center City'} : null }}
|
{{ isset($CSReport->{'Exam Name'}) ? $CSReport->{'Exam Name'} : null }}
|
{{ isset($CSReport->{'Net Amount Payable'}) ? number_format($CSReport->{'Net Amount Payable'}, 2) : null }}
|
{{ isset($CSReport->{'Created on'}) ? date('d-m-Y', strtotime($CSReport->{'Created on'})) : 'NA' }}
|
{{ $Billstatus }} |
{{ $remark }} |
@endforeach
@else