{{$data->firstItem() + $key}} |
{{$list->voucher_type_invoice_no}}
{{ formatedDateTime($list->invoice_date) }}
|
{{$list->reference_invoice_no??''}} |
{{$list->getPatient->name ?? ''}}
{{-- {{$list->getPatient->account_contact->gender->name ?? ''}}{{ isset($list->getPatient->account_contact->date_of_birth) && isset($list->getPatient->account_contact->gender) ? ', ' : '' }} {{ isset($list->getPatient->account_contact->date_of_birth) ? age($list->getPatient->account_contact->date_of_birth) . ' yrs' : '' }} --}}
@if(isset($list->getCreatedBy->prepared_by))
By: {!! $list->getCreatedBy->prepared_by??'' !!}
@endif
|
Total: {{ convertDecimelPoint($Receive['totalBilling']) ?? ''}}
Received: {{ convertDecimelPoint($Receive['receivedAmount']) ?? ''}}
@if($Receive['dueAmount']>0)
Due: {{ convertDecimelPoint($Receive['dueAmount']) ?? ''}}
@endif
|
|
@if(in_array('sale-return-edit', $authRolePermissions))
|
@endif
@if(in_array('sale-return-delete', $authRolePermissions))
|
@endif
@php $i++; @endphp
@endforeach
@else