@php $i=1;@endphp @if(count($saleInvoices)>0) @foreach($saleInvoices as $key => $list) {{-- --}} @php $i++; @endphp @endforeach @else @endif
Sl No Invoice No. Batch No. Patient Name Collection Status Bill
{{ $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 ?? ''}}
sample_collection_status == '1' ? 'checked' : ''}}>
No Data Found