@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

@if ($errors->any())

Please fix the following errors:

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@error('surname')

{{ $message }}

@enderror
@error('other_name')

{{ $message }}

@enderror
@error('jupeb_number')

{{ $message }}

@enderror

Unique identifier for JUPEB records

@error('jamb_reg_number')

{{ $message }}

@enderror

Unique identifier for JAMB records

@error('course_applied')

{{ $message }}

@enderror

Programme or course the student applied for

Fields marked with * are required
Cancel

Quick Tips

@endsection @push('scripts') @endpush