@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->page_title ?? '' !!}
|
---|
{{-- Copyright © {!! $sale_invoice->getCompany->name !!}.--}} |
|