add offers count, & minor fixes code standards
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user