@extends('layout/ace')
@section('breadcrumbs')
{{ Breadcrumbs::render('blog.post.index') }}
@endsection
@section('title', 'Blog | Objave | Pregled')
@section('content')
@livewire('custom-tabulator', ['model' => $model, 'modelHelper' => $modelHelper])
@endsection
@section('scripts')
@parent
@endsection