@extends('users.admin.layouts.master') @section('styles') @endsection @section('content')

Bed Allotments List

#Page-ID
@if(session()->has('success')) @endif

Bed Allotments List

@foreach($bedallotments as $bedallotment) @endforeach
Bed ID Patient ID Alloted Date / Time Discharge Date / Time Status Actions Delete
{{$bedallotment->bed_id}} {{$bedallotment->patient_id}} {{$bedallotment->start_date.' / '.$bedallotment->start_time}} {{$bedallotment->end_date.' / '.$bedallotment->end_time}} {{$bedallotment->status}}
@method('DELETE') @csrf
@endsection @section('scripts') @endsection