Sl No | Invoice No. | Date | Patient Name | Ref.By/Referral | Voucher Type | {{--Amount | Received | --}} {{--Due | --}}Bill | {{--Report | --}}Report | {{--Due | Status | --}} @if(in_array('pathology-lab-billing-edit', $authRolePermissions))Edit | @endif @if(auth()->user()->can('pathology-lab-billing-delete'))Delete | @endif||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $data->firstItem() + $key }} |
{{$list->getSaleInvoice->main_invoice_no}}
{{$list->invoice_batch_no ?? '' }} |
{!! nl2br(e(formatedDateTime($list->created_at))) !!}
@if(isset($list->prepared_by)) By: {!! $list->prepared_by??'' !!}
@endif
|
{{$list->getSaleInvoice->getPatient->account_title->name ?? ''}}
{{$list->getSaleInvoice->getPatient->name ?? ''}} {{$list->getSaleInvoice->getPatient->account_contact->gender->name ?? ''}} {{ isset($list->getSaleInvoice->getPatient->account_contact->date_of_birth) && isset($list->getSaleInvoice->getPatient->account_contact->gender) ? ', ' : '' }} {{ isset($list->getSaleInvoice->getPatient->account_contact->date_of_birth) ? age($list->getSaleInvoice->getPatient->account_contact->date_of_birth) . ' years' : '' }} |
{{$list->getSaleInvoice->getDoctor->account_title->name ?? ''}} {{$list->getSaleInvoice->getDoctor->name ?? ''}} | {!! $list->voucherType->name??'' !!} | {{--{{ convertDecimelPoint($list->getSaleInvoice->billing_amount) ?? ''}} | {{ convertDecimelPoint($list->getSaleInvoice->received_amount) ?? ''}} | --}} {{--{{ convertDecimelPoint($list->due_amount) ?? ''}} | --}} {{----}} | {{-- | --}} {{-- | {!! $list->due_amount > 0 ? 'Collect' : '' !!} | --}} {{--{{$list->getSaleInvoice->enquiry_quality_name}} {!! isset($list->getSaleInvoice->getSaleInvoiceDetail) && isset($list->getSaleInvoice->getSaleInvoiceDetail->getSaleInvoiceSubDetails) && isset($list->getSaleInvoice->getSaleInvoiceDetail->getSaleInvoiceSubDetails->status) && $list->getSaleInvoice->getSaleInvoiceDetail->getSaleInvoiceSubDetails->status == 1 ? 'Ready' : 'Pending' !!} | --}} @if(in_array('pathology-lab-billing-edit', $authRolePermissions))@endif @if(auth()->user()->can('pathology-lab-billing-delete')) | @endif | ||
No Data Found |