minor fix on updating status of order, upgrade datatables

This commit is contained in:
Ludovic CANDELLIER
2023-09-13 22:17:49 +02:00
parent ab8ab8eba1
commit 69478e3c74
6 changed files with 30 additions and 17 deletions

View File

@@ -5,7 +5,9 @@
<h1 class="p-2 green" style="font-size: 2em;">{{ $shelve['name'] }}</h1>
</div>
<div class="col-6 text-right">
<a class="mt-2 btn btn-green-dark" href="{{ route('Shop.Categories.show', ['id' => $shelve['id']]) }}">Découvrir la sélection</a>
<a href="{{ route('Shop.Categories.show', ['id' => $shelve['id']]) }}" class="mt-2 btn btn-green-dark" >
Découvrir la sélection
</a>
<a class="mt-2 green-dark btn" href="{{ route('Shop.Categories.show', ['id' => $shelve['id']]) }}">Tout voir</a>
</div>
</div>