@extends('layouts.app') @section('header')
@endsection @section('content')
Add Bed Assign
{{ csrf_field() }}

Select Bed Category,Assign and Discharge Date

@endsection @section('scripts') @endsection