This commit is contained in:
Ludovic CANDELLIER
2022-12-29 17:13:43 +01:00
parent 28c200fd9f
commit bfd30b668e
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