@extends('layout/ace') @section('breadcrumbs') {{ Breadcrumbs::render('lesson.create') }} @endsection @section('title') Unos {{ App\Models\Lesson::$typeT }} @endsection @section('content')
@csrf
@include('cms.lesson._form')
@include('cms.lesson.lecture._tabs') @endsection @section('scripts') @parent @endsection