@extends('layout/ace') @section('breadcrumbs') {{ Breadcrumbs::render('PDV') }} @endsection @section('title') PDV @endsection @section('content') @livewire('custom-tabulator', ['model' => $model, 'modelHelper' => $modelHelper, 'hasFilter' => true, 'hasChangeModel' => false]) @endsection @section('scripts') @parent @endsection