minor fixes
This commit is contained in:
@@ -1,14 +1,21 @@
|
||||
@extends('layout.index', [
|
||||
'title' => __('shop.packages.title'),
|
||||
'subtitle' => __('shop.packages.list'),
|
||||
'breadcrumb' => [__('shop.packages.title')]
|
||||
'title' => __('shop.packages.title'),
|
||||
'subtitle' => __('shop.packages.list'),
|
||||
'breadcrumb' => [__('shop.packages.title')],
|
||||
])
|
||||
|
||||
@section('content')
|
||||
@component('components.card')
|
||||
@include('components.datatable', ['route' => route('Admin.Shop.Packages.index'), 'model' => 'packages', 'with_filters' => true])
|
||||
@component('components.layout.modal', ['title' => 'Filtres', 'id' => 'modal-packages-filters'])
|
||||
@include('Admin.Shop.Packages.partials.filters')
|
||||
@endcomponent
|
||||
@endcomponent
|
||||
<x-card>
|
||||
@include('components.datatable', [
|
||||
'route' => route('Admin.Shop.Packages.index'),
|
||||
'model' => 'packages',
|
||||
'with_filters' => true,
|
||||
])
|
||||
@component('components.layout.modal', [
|
||||
'title' => 'Filtres',
|
||||
'id' => 'modal-packages-filters',
|
||||
])
|
||||
@include('Admin.Shop.Packages.partials.filters')
|
||||
@endcomponent
|
||||
</x-card>
|
||||
@endsection
|
||||
|
||||
Reference in New Issue
Block a user