This commit is contained in:
Ludovic CANDELLIER
2022-03-30 15:59:31 +02:00
parent 081df4d5d0
commit c12b45f8ad
2 changed files with 6 additions and 4 deletions

View File

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