@extends('layout/ace') @section('breadcrumbs') {{ Breadcrumbs::render('cms.job_batches.index') }} @endsection @section('title', 'Grupni poslovi') @section('content') @livewire('custom-tabulator', ['model' => $model, 'modelHelper' => $modelHelper, 'hasFilter' => true, 'hasChangeModel' => false]) @include('cms.job_batches._retry-job-modal') @endsection @section('scripts') @parent @endsection