Update (kernel)
This commit is contained in:
@@ -16,9 +16,10 @@
|
||||
</header>
|
||||
</div>
|
||||
<div class="w-full bg-dark text-white d-none d-md-block">
|
||||
<div class="container-lg text-center py-2">
|
||||
@foreach ($categories as $category)
|
||||
<a href="#" class="text-white mx-3 font-family-roboto-condensed text-uppercase">{{ $category->name }}</a>
|
||||
@endforeach
|
||||
</div>
|
||||
</div>
|
||||
<div class="container-lg text-center py-2">
|
||||
@foreach ($categories as $category)
|
||||
<a href="#"
|
||||
class="text-white mx-3 font-family-roboto-condensed text-uppercase">{{ $category->name }}</a>
|
||||
@endforeach
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user