@extends('backend.layouts.master') @section('title', $studyLevel->exists ? 'Edit Study Level' : 'Add Study Level') @section('content') @php $item = $studyLevel; @endphp

{{ $item->exists ? 'Edit' : 'Add' }} Study Level

Back to list
@include('backend.partials.alerts')
@csrf @if($item->exists) @method('PUT') @endif
Font Awesome class used in the Courses mega menu.
status ?? true))>
Back to list
@endsection