@extends('layout/ace')
@section('breadcrumbs')
{{ Breadcrumbs::render('cms.mail-log.index') }}
@endsection
@section('title', "Poslati mejlovi")
@section('content')
@livewire('custom-tabulator', ['model' => $model, 'modelHelper' => $modelHelper])
@endsection
{{-- @section('modals')
@include('cms.mail_log.partials._preview-mail-modal')
@endsection
@section('scripts')
@parent
@endsection --}}