@extends('layout/ace') @section('breadcrumbs') {{ Breadcrumbs::render('cms.job_batches.index') }} @endsection @section('title', 'Grupni poslovi | ' . $batch->name ? $batch->name : $batch->id) @section('content')

@dump($batch)

{{-- @livewire('custom-tabulator', ['model' => $model, 'modelHelper' => $modelHelper, 'hasFilter' => true, 'hasChangeModel' => false]) --}} @endsection @section('scripts') @parent @endsection