@extends('layout/ace') @section('breadcrumbs') {{ Breadcrumbs::render('cms.question-level.index') }} @endsection @section('title', 'Pregled nivoa pitanja') @section('content') @livewire('custom-tabulator', ['model' => $model, 'modelHelper' => $modelHelper]) @endsection @section('scripts') @parent @endsection