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

Beds List

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

Beds List

@foreach($beds as $bed) @endforeach
Code Notes Status Actions Delete
{{$bed->code}} {{$bed->notes}} {{$bed->status}}
@method('DELETE') @csrf
@endsection @section('scripts') @endsection