{{-- --}} @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($data)>0) @foreach($data as $key=> $list) {{-- --}} {{-- --}} {{-- --}} @php $i++; @endphp @endforeach @else @endif
Sl No Invoice No. Patient Name Batch No. Voucher Type ReportPrint
{{$data->firstItem() + $key}} {{$list->voucher_type_invoice_no}}
{{ formatedDate($list->invoice_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->invoice_batch_no }}
{{ formatedDate($list->invoice_batch_date) }} {{ formatedTime($list->invoice_batch_date) }}
{{ $list->voucher_type }} {{$list->test_package_name ?? ''}}
{{$list->department_name ?? ''}}
@if($list->all_tests_reviewed == '1') {{ $list->status ?? ''}} @else {{$list->status ?? ''}} @endif @if($list->all_tests_reviewed != '1') @endif
No Data Found