@extends('admin.layout.master') @section('title', 'Subject') @section('body')

Edit Subject

@csrf
@if (isset($all_levels))
@endif @if (isset($all_locations))
@endif
@endsection @push('script') @endpush