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

Add Subject

Create a new subject record in the system

Back to Subjects
@include('partials.alerts')
@csrf
@endsection