@extends('admin.layout') @section('title', 'Register Lecturer - GRADELY') @section('content')
@if (session('success'))
{{ session('success') }}
@endif @if (session('warning'))
{{ session('warning') }}
@endif @if (session('error'))
{{ session('error') }}
@endif @if (session('info'))
{{ session('info') }}
@endif @if ($errors->any())
@endif

Register New Lecturer

Add a new lecturer to the system. Login credentials will be sent to their email.

@csrf
Login credentials will be sent to the lecturer's email address.

📥 Bulk Register Lecturers (CSV)

Upload a CSV file (.csv) to register multiple lecturers at once

📥 Download Template
@csrf
@endsection