@extends('layout.wurth') @section('title', "Wurth | " . App\Services\LessonTypeService::getWurthCreateTextByText()) @section('header-scripts') @parent @endsection @section('header-actions') @endsection @section('page-wrapper-classes', 'page-lesson') @section('page-container')

{{ App\Services\LessonTypeService::getWurthNewLessonTextByText() }}

Unos naziva videa kao i ostalih materijala potrebnih za lekciju

@csrf @method('patch') @switch(request()->type ?? App\Services\LessonTypeService::getWurthLectureTypeText()) @case(App\Services\LessonTypeService::getWurthLectureTypeText()) @include('front.wurth.lesson._form') @break @case(App\Services\LessonTypeService::getWurthTestTypeText()) @include('front.wurth.lesson._test-form') @break @default @include('front.wurth.lesson._form') @endswitch
@include('inc.wurth._footer')
@switch(request()->type ?? App\Services\LessonTypeService::getWurthLectureTypeText()) @case(App\Services\LessonTypeService::getWurthLectureTypeText())
@break @case(App\Services\LessonTypeService::getWurthTestTypeText())
@break @default @endswitch @if(!Agent::isDesktop()) @switch(request()->type ?? App\Services\LessonTypeService::getWurthLectureTypeText()) @case(App\Services\LessonTypeService::getWurthLectureTypeText()) @include('front.wurth.lesson.partials._offcanvas-mobile-aside-form') @break @case(App\Services\LessonTypeService::getWurthTestTypeText()) @include('front.wurth.lesson.partials._offcanvas-test-mobile-aside-form') @break @default @include('front.wurth.lesson.partials._offcanvas-mobile-aside-form') @endswitch @endif @endsection @section('plugins-scripts') @parent @endsection @section('add-scripts') @parent @switch(request()->type ?? App\Services\LessonTypeService::getWurthLectureTypeText()) @case(App\Services\LessonTypeService::getWurthTestTypeText()) @break @default @endswitch @endsection