@extends('layouts.admin') @section('title', 'Add New Student') @section('content')

Add New Student

Create a new student record in the system

Back to Students

Student Information

@include('partials.alerts')
@csrf @include('admin.students._form')
Fields marked with * are required
Cancel

Quick Tips

@endsection @push('scripts') @endpush