cosmetic fixes, enhance profile, fix mails, ...
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<a class="green-dark" href="{{ route('Shop.Categories.show', ['id' => $menu_children['id']]) }}">
|
||||
<div class="w-100 @if (in_array($menu_children['id'], [$category['id'], $category['parent_id']])) active @endif">
|
||||
<div class="w-100 @if (in_array($menu_children['id'], [$category['id'] ?? false, $category['parent_id'] ?? false])) active @endif">
|
||||
<strong>{{ $menu_children['name'] }}</strong>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user