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

View File

@@ -28,7 +28,7 @@
@endforeach
</div>
<div class="col-4">
<x-card class='shadow gradient-green1'>
<x-card class='shadow'>
@include('Shop.Baskets.partials.basketTotal')
<div class="row m-3">
<div class="col-12 text-center">