@extends('admin.layout') @section('title','Add Student') @section('page-title','Add New Student') @section('content')
@csrf

Personal Information

Course Details

Portal Login (Student)

Student will use their email + this password to login at /login
@if($errors->any())
{{ $errors->first() }}
@endif
Cancel
@endsection