This commit is contained in:
Ludovic CANDELLIER
2022-12-29 17:13:43 +01:00
parent 5e6af2e5f8
commit a85e5f2921
3 changed files with 19 additions and 9 deletions

View File

@@ -6,6 +6,6 @@
@section('content')
@component('components.card')
@include('components.datatable', ['route' => route('Admin.Shop.Orders.index'), 'model' => 'orders'])
@include('components.datatable', ['route' => route('Admin.Shop.Orders.index'), 'model' => 'orders', 'with_add' => false])
@endcomponent
@endsection