@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 Doctor Remarks Status Update
{{ $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 ?? ''}}
{{$list->remarks ?? ''}}
@if($list->all_tests_updated == '1' && $list->all_tests_recheck == '0') @endif
@if($list->all_tests_updated == '1' && $list->all_tests_recheck == '0') {!! $list->status !!} @else {!! $list->status !!} @endif Update Result
No Data Found