@extends('layouts.admin')
@section('title', 'Add New Student')
@section('content')
Student Information
@include('partials.alerts')
Quick Tips
-
Ensure all information matches official documents exactly
-
JUPEB and JAMB numbers must be unique in the system
-
Double-check registration numbers for accuracy
@endsection
@push('scripts')
@endpush