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

@yield('title')

@endsection @section('content')
@csrf @include('backend.classes.partials.form')
@endsection