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

{{isset($bedallotment) ? 'Edit Bed Allotment Info' : 'Add Bed Allotment'}}

#XRS-45670

{{isset($bedallotment) ? 'Edit Bed Allotment Info' : 'Add Bed Allotment'}}

@csrf @if(isset($bedallotment)) @method('PUT') @endif
@if(isset($patients)) @endif
@endsection @section('scripts') {{----}} @endsection