Add (tint)

This commit is contained in:
2023-11-21 01:21:30 +08:00
parent 7166eb610c
commit e4bab8dcec
48 changed files with 229 additions and 58 deletions

View File

@@ -60,7 +60,7 @@
<a class="text-white mx-3 font-family-roboto-condensed text-uppercase"
href="{{ route('front.home') }}">Home</a>
@foreach ($categories as $category)
<a href="#"
<a href="{{ route('front.category', ['category_slug' => $category->slug]) }}"
class="text-white mx-3 font-family-roboto-condensed text-uppercase">{{ $category->name }}</a>
@endforeach
</div>