@extends('admin.layout.app') @section('title', 'Student Onboarding Wizard') @section('body')

Student Onboarding Wizard

Register a student, assign to faculty/program/semester, and auto‑enrol in all courses – one step!

@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
{{ $errors->first() }}
@endif
@csrf
Personal Information

Academic Placement (Program & Semester)
@endsection