@extends('admin/layout') @section('page_title', 'Manage Subject') @section('subject_select','active') @section('container')

Manage Subject

@if(session()->has('message'))
{{session('message')}}
@endif
@csrf
@endsection