fixes
This commit is contained in:
@@ -14,4 +14,9 @@ class TagGroup extends Model
|
|||||||
{
|
{
|
||||||
return $this->hasMany('App\Models\Shop\Tag');
|
return $this->hasMany('App\Models\Shop\Tag');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function article_family()
|
||||||
|
{
|
||||||
|
return $this->belongsTo('App\Models\Shop\ArticleFamily');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,9 +4,9 @@
|
|||||||
'breadcrumb' => [__('price_generic_categories.title')]
|
'breadcrumb' => [__('price_generic_categories.title')]
|
||||||
])
|
])
|
||||||
@section('content')
|
@section('content')
|
||||||
@include('components.datatable', ['route' => route('Shop.Admin.PriceGenericCategories.index'), 'model' => 'price-generic-categories', 'with_filters' => true])
|
@include('components.datatable', ['route' => route('Shop.Admin.PriceGenericCategories.index'), 'model' => 'price_generic_categories', 'with_filters' => true])
|
||||||
|
|
||||||
@component('components.layout.modal', ['title' => 'Filtres', 'id' => 'modal-price-generic-categories-filters'])
|
@component('components.layout.modal', ['title' => 'Filtres', 'id' => 'modal-price_generic_categories-filters'])
|
||||||
@include('Shop.Admin.PriceGenericCategories.partials.filters')
|
@include('Shop.Admin.PriceGenericCategories.partials.filters')
|
||||||
@endcomponent
|
@endcomponent
|
||||||
|
|
||||||
|
|||||||
@@ -4,9 +4,9 @@
|
|||||||
'breadcrumb' => [__('price_generics.title')]
|
'breadcrumb' => [__('price_generics.title')]
|
||||||
])
|
])
|
||||||
@section('content')
|
@section('content')
|
||||||
@include('components.datatable', ['route' => route('Shop.Admin.PriceGenerics.index'), 'model' => 'price-generics', 'with_filters' => true])
|
@include('components.datatable', ['route' => route('Shop.Admin.PriceGenerics.index'), 'model' => 'price_generics', 'with_filters' => true])
|
||||||
|
|
||||||
@component('components.layout.modal', ['title' => 'Filtres', 'id' => 'modal-price-generics-filters'])
|
@component('components.layout.modal', ['title' => 'Filtres', 'id' => 'modal-price_generics-filters'])
|
||||||
@include('Shop.Admin.PriceGenerics.partials.filters')
|
@include('Shop.Admin.PriceGenerics.partials.filters')
|
||||||
@endcomponent
|
@endcomponent
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user