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

Add New Subject

Create a new subject to add to your curriculum

Subject Information

Fill in the details below to create a new subject

@csrf
@error('name')
{{ $message }}
@enderror

Choose a clear and descriptive name for the subject

Cancel

Tips for creating subjects

  • Use clear and descriptive names
  • Consider the curriculum structure
  • Keep names concise but meaningful
@if(session('success'))

Success!

{{ session('success') }}

@endif @endsection