@extends('layouts.admin') @section('content')

Add Subject

@csrf
@if($errors->has('class_id')) {{ $errors->first('class_id') }} @endif
@if($errors->has('subject')) {{ $errors->first('subject') }} @endif
Cancel
@endsection