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