@extends('layouts.branch') @section('title', 'Add Bed') @section('header', 'System Registration') @section('content')
Dashboard Bed Master Register Asset
@if(session('status'))

{{ session('status') }}

@endif

New Bed Entry

Initialize a new patient station in the inventory

@csrf
@error('room_id')

{{ $message }}

@enderror
@error('bed_number')

{{ $message }}

@enderror
Cancel
@endsection