fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user