add seo
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
@php
|
||||
$submenu = count($menu['children'] ?? []) ? App\Repositories\Core\Arrays::slotify($menu['children'], 6) : [];
|
||||
@endphp
|
||||
@endphp
|
||||
|
||||
<div class="container p-0">
|
||||
<div class="row m-0 shadow bg-white p-2 w-100 @if ( in_array($menu['id'], [$category['id'] ?? false, $category['parent_id'] ?? false])) active @endif">
|
||||
<div class="row m-0 shadow bg-white p-2 w-100 @if (in_array($menu['id'], [$category['id'] ?? false, $category['parent_id'] ?? false])) active @endif">
|
||||
<div class="col mb-4">
|
||||
<a class="green-dark" href="{{ route('Shop.Categories.show', ['id' => $menu['id']]) }}">
|
||||
<div class="w-100"><strong>Tous les articles</strong></div>
|
||||
@@ -38,4 +38,4 @@
|
||||
@endfor
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user