@extends('layouts.app') @section('title', $voucher_type->name . ' - ' . (isset($sale_invoice->main_invoice_no) ? $sale_invoice->main_invoice_no:'' ). ' - ' . (isset($sale_invoice->invoice_date) ? formatedDate($sale_invoice->invoice_date) : '') . ' - ' . (isset($sale_invoice->getPatient->name) ?? '')) @section('pages') @php $pageTitle = isset($sale_invoice->main_invoice_no)??'' . ' - ' . (isset($ipd_id->getPatient->name) ?? '') . '-' . (isset($sale_invoice->invoice_date) ? formatedDate($sale_invoice->invoice_date) : ''); @endphp
IPD Invoice of {!! $ipd_id->getPatient->account_title->name ?? '' !!} {!! $ipd_id->getPatient->name ?? '' !!} ( {!! $ipd_id->getPatient->code ?? '' !!})
{{-- Batch NO: {!! $sale_invoice->getBatchs[0]->invoice_batch_no ?? '' !!} --}}
@if(empty($ipd_admission->status)) @endif @if(isset($ipd_admission->patient_id)) Bill Summary @endif Back {{-- @if(in_array('ipd-admission-create', $authRolePermissions)) --}} {{-- New Admission --}} {{-- @endif --}} {{-- @if(!is_null($ipd_id ?? '')) @endif --}}
@endsection @section('js') @endsection