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