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