@section('title', $voucher_type->name . ' - ' . $sale_invoice->voucher_type_invoice_no . ' - ' . ($sale_invoice->invoice_date ? formatedDate($sale_invoice->invoice_date) : '') . ' - ' . ($sale_invoice->getPatient->name ?? '')) @section('pages') @extends('layouts.app') @php $pageTitle = $sale_invoice->voucher_type_invoice_no . ' - ' .($sale_invoice->getPatient->name ?? '').'-'. ($sale_invoice->invoice_date ? formatedDate($sale_invoice->invoice_date) : '') ; @endphp
{!! $voucher_type->voucher_title ?? '' !!} | {!! $sale_invoice->voucher_type_invoice_no !!}
@if(in_array('pathology-lab-billing-create', $authRolePermissions)) New Invoice @endif Bar Code
{{-- Sticker --}} Sticker Back
@endsection @section('js') @endsection