@extends('layouts.app') @section('title', $voucher_type->name . ' - '. ($sale_invoice->main_invoice_no ?? '') . ' - '. (isset($sale_invoice->invoice_date) && $sale_invoice->invoice_date ? formatedDate($sale_invoice->invoice_date) : '') . ' - ' . ($admission->getPatient->name ?? '')) @section('pages') @php $pageTitle = ($sale_invoice->main_invoice_no ?? '') . ' - ' .($admission->getPatient->name ?? '').'-'. (isset($sale_invoice->invoice_date) && $sale_invoice->invoice_date ? formatedDate($sale_invoice->invoice_date) : '') ; @endphp
Discharge Certificate - {!! $admission->getPatient->account_title->name ?? '' !!} {!! $admission->getPatient->name ?? '' !!} ( {!! $admission->getPatient->code ?? '' !!})
Back {{-- @if(in_array('ipd-admission-create', $authRolePermissions)) --}} {{-- New Admission --}} {{-- @endif --}} {{-- @if(!is_null($ipd_id ?? '')) @endif --}}
@endsection @section('js') @endsection