@extends('layouts.admin') @section('content')
Students {{-- Create Student --}}

Add New Student

Create new student

@csrf
@include('auth.register.inc.wizard-reg-form')
@endsection @section('admin-js') @endsection