@extends('layouts.app') @section('title','IPD Billings') @section('pages')
@include('layouts.partials.nav-menu')
{{-- --}} {{-- @if ($id > 0) @if (!empty($data[0]->account_id)) @endif @endif @if(isset($sale_invoice) && (!empty($sale_invoice->patient_id))) @endif --}} @if(!is_null($ipd_id)) @endif
@include('ipd-billings.table')
@endsection