@extends('backend.layouts.app') @section('title') Create Academic Level @endsection @section('headerWithButton')

@yield('title')

@endsection @section('content')
@csrf @include('backend.academic-level.partials.form')
@endsection