@extends('layouts.app') @section('title', 'Bed Board') @section('content') @foreach($wards as $ward)
{{ $bed->bed_number }}
@if($bed->status==='occupied' && $bed->currentAdmission){{ $bed->currentAdmission->patient->first_name ?? '' }}
@elseAvailable
@endif