@extends('layout/ace') @section('breadcrumbs') {{ Breadcrumbs::render('cms.certificate-requests.index') }} @endsection @section('title', "Pregled upisa") @section('content') @livewire('custom-tabulator', ['model' => $model, 'modelHelper' => $modelHelper, 'hasFilter' => true, 'hasChangeModel' => false]) @endsection @section('scripts') @parent @endsection