add offers count, & minor fixes code standards

This commit is contained in:
Ludovic CANDELLIER
2021-11-01 16:26:31 +01:00
parent 8aaab4345f
commit ae20643879
66 changed files with 526 additions and 574 deletions

View File

@@ -1,5 +1,3 @@
@include('load.datatables')
<div id="{{ $model }}-datatable-content">
@include('components.datatables.header')
@if ($dataTable)
@@ -7,6 +5,15 @@
@endif
</div>
@if (($with_filters ?? false) && false)
@component('components.layout.modal', ['title' => 'Filtres', 'id' => 'modal-' . $model . '-filters'])
@dd($route)
@include('Admin.Shop.' . ucfirst($model) . '.partials.filters')
@endcomponent
@endif
@include('load.datatables')
@push('js')
@include('components.datatables.js.datatable')
@endpush