@extends('layouts/contentNavbarLayout') @section('title', 'Student Registration – Step 3') @section('content')
@include('admin.students.registration._steps_nav', ['currentStep' => 3, 'student' => $student])

Step 3: Bed Allotment

@if ($errors->any())
@endif

Select floor, then room (only rooms with vacant beds), then an available bed.

@csrf

Cancel
@section('page-script') @endsection