@extends('layout/ace') @section('breadcrumbs') {{ Breadcrumbs::render('lesson.index') }} @endsection @section('title') Pregled {{ App\Models\Lesson::$typeT }} @endsection @section('content') @livewire('custom-tabulator', ['model' => $model, 'modelHelper' => $modelHelper, 'modelType' => strtolower(App\Models\Lesson::$type)]) @endsection @section('scripts') @parent @endsection