@extends('layouts.app')
@section('title','IPD Billings')
@section('pages')
@if (isset($patient_detail))
IPD Bills Of {!! $patient_detail->account_title->name ?? ' ' !!}
{!! $patient_detail->name ?? ' ' !!}
({!! $patient_detail->code !!}) | {!! @$ipd_id->ipd_admission_no !!}{!! isset($ipd_id->bed) ? ' | Bed : '.$ipd_id->bed : '' !!}
@else
IPD Billings
@endif