@extends('layout/ace')
@section('breadcrumbs')
{{ Breadcrumbs::render('StaticPages') }}
@endsection
@section('title')
Statične stranice
@endsection
@section('content')
@livewire('custom-tabulator', ['model' => $model, 'modelHelper' => $modelHelper])
@endsection
@section('scripts')
@parent
@endsection