@php $i=1;@endphp @php $badge = [ 'HOLD' => 'secondary', 'PENDING' => 'info', 'RESULT_RECHECK' => 'warning', 'RESULT_REVIEWED' => 'success', 'RESULT_UPDATED' => 'info', 'SAMPLE_COLLECTED' => 'primary', ]; @endphp @if(count($saleInvoices)>0) @foreach($saleInvoices as $key => $list) @php $i++; @endphp @endforeach @else @endif
Sl No Invoice No. Batch No. Patient Name Test And Department Result Status Review Result
{{ $i }} {{$list->voucher_type_invoice_no}}
{{ formatedDate($list->invoice_date) }}
{{ $list->invoice_batch_no }}
{{ formatedDate($list->invoice_batch_date) }} {{ formatedTime($list->invoice_batch_date) }}
{{$list->account_title ?? ''}} {{ ucfirst($list->patent_name) ?? ''}}
{{$list->gender ?? ''}}{{ isset($list->date_of_birth) && isset($list->gender) ? ', ' : '' }} {{ isset($list->date_of_birth) ? age($list->date_of_birth) . ' Years' : '' }}
{{$list->test_package_name ?? ''}}
{{$list->department_name ?? ''}}
@if($list->all_tests_reviewed == '1') {!! $list->status !!} @else {!! $list->status !!} @endif Review Result
No Data Found