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

@@ -4,8 +4,6 @@
'breadcrumb' => [__('shop.articles.title')]
])
@include('load.form.select2')
@section('content')
@component('components.card')
@include('components.datatable', ['route' => route('Admin.Shop.Articles.index'), 'model' => 'articles', 'with_filters' => true])
@@ -15,3 +13,4 @@
@endcomponent
@endsection
@include('load.form.select2')