@extends('layouts.app') @section('title', 'Bed Occupancy Report') @section('content')
@foreach($beds as $b)@endforeach
WardBedStatusPatient
{{ $b->ward->name ?? '' }}{{ $b->bed_number }}{{ ucfirst($b->status) }}{{ $b->currentAdmission->patient->full_name ?? '-' }}
@endsection