Bed Details
{{-- Generate --}} {{-- Generate --}} @if (count($bed_histories)>0 && $bed_historiesData->sale_invoice_batch_id=='') Generate Bill @else @if(isset($ipd_patient_id->sale_invoice_id) && isset($bed_historiesData->sale_invoice_batch_id)) Update Bill @endif @endif

{{----}} @if (count($bed_histories)>0) @foreach ($bed_histories as $key => $bed) {{-- --}} {{----}} @endforeach @else @endif
Sl No Bed No Floor Details Days Revert Reason Check IN/OUT Date Bed Status Transfer BedRefresh BillingEdit Delete
{{ $key+1 }} {{ $bed->getBed->name ?? 'N/A' }} {{ $bed->getBed->getRoom->getFloor->name ?? ''}} ({{ $bed->getBed->getRoom->getBuilding->name ?? ''}}) @if(isset($bed->full_days) && $bed->full_days!='') Full Day:{{ $bed->full_days ?? 'N/A' }} @endif @if(isset($bed->half_days) && $bed->half_days!='') - Half Day: {{ $bed->half_days ?? 'N/A' }} @endif {{ $bed->revert_reason ?? 'N/A' }} IN: {!! $bed->check_in_date_time ? formatedDateTime($bed->check_in_date_time) : 'N/A' !!}
OUT: {!! $bed->check_out_date_time ? formatedDateTime($bed->check_out_date_time) : 'N/A' !!}
allotment_status == '1' ? 'checked' : '' }}>
@if($bed->is_active == '1') On Hold @else Released @endif @if($bed->sale_invoice_batch_id != '' && $bed->is_updated == 1) @endif
No Data Found