@extends('layout/ace') @section('breadcrumbs') Upisi korisnika @endsection @section('title') Upisi korisnika @endsection @section('content') @livewire('custom-tabulator', ['model' => $model, 'modelHelper' => $modelHelper]) @endsection @section('scripts') @parent @endsection