@extends('layouts.app') @section('title','IPD Admission') @section('pages')
@php $show_checklist_btn = 1; if ((in_array('PATHOLOGY', $departments) && ($total_reports > $doneReports)) || $admission->ipd_checklist_verified == 1) { $show_checklist_btn = 0; } @endphpAdmission No | {{$admission->ipd_admission_no}} |
IPD CASE/FILE NUMBER | {{$admission->ipd_file_no ?? 'N/A'}} |
Patient Name | {{$patient->account_title->name ?? '' }}{{ $patient->name ?? ' '}} |
Admission Date | {!!formatedDateTime($admission->admission_date_time)!!} |
Referred By | {{$admission->referal_from ?? 'N/A'}} |
Previous medical issue | {{$admission->previous_medical_issue ?? 'N/A'}} |
Patient source | {{$patient_source->enquiry_source_name}} |
TPA | {{$tpa_account->name ?? 'N/A'}} |
Referral partner | {{$refferal_partner->name ?? 'N/A'}} |
Casualty | {{($admission->casualty == '1') ? 'Yes' : 'No'}} |
Update Profile Image
Total Reports | Done Reports | Pending Sample Collections | Pending Updates |
---|---|---|---|
{{ $total_reports }} | {{ $doneReports }} | {{ $total_reports - $sampleCollected }} | {{ $total_reports - $updatedReports }} |
Sl No | Bed No | Billing | ||||||
---|---|---|---|---|---|---|---|---|
{{ $key+1 }} | {{ $bed->getBed->name ?? 'N/A' }} {{ $bed->getBed->getRoom->room_name ?? ''}} - {{ $bed->getBed->getRoom->getBuilding->name ?? ''}}({{ $bed->getBed->getRoom->getFloor->name ?? ''}}) | {{ ($bed->bill_status == '1') ? 'Done' : 'Pending' }} | ||||||
No Data Found |
Sl No | Invoice No. | Bill Amount | Status | Balance | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $key+1 }} |
{{$list->voucher_type_invoice_no??''}}
{{ formatedDate($list->invoice_date) }} {{ formatedTime($list->invoice_date) }} |
Total: {{ convertDecimelPoint($Receive['totalBilling']) ?? ''}} Received: {{ convertDecimelPoint($Receive['receivedAmount']) ?? ''}} @if($Receive['dueAmount']>0) Due: {{ convertDecimelPoint($Receive['dueAmount']) ?? ''}} @endif |
{{ isset($Receive['dueAmount']) && $Receive['dueAmount'] > 0 ? 'Pending' : 'Paid' }} | {!! $Receive['dueAmount'] > 0 ? 'Collect' : '' !!} | |||||||||||||
No Data Found |