@extends('mix::layouts.master') @section('title', __('Course Lesson')) @section('content') @section('back-button', route('sandy-blocks-course-mix-lessons', $course->id))
@csrf
{!! ori('School, Learning', 'laptop-book') !!}

{{ __('Course') }} {{ __("/ Course / Lessons / Create :type", ['type' => ucfirst($type)]) }}

@includeIf("Blocks-course::mix.lesson.$type.add", ['video_skel' => $video_skel])
@endsection