4 lines
222 B
PHP
Executable File
4 lines
222 B
PHP
Executable File
<a href="/{{$key}}" class="flex center sidemenuLink {{$key}}@if (Route::getCurrentRoute()->uri == $key) active @endif">
|
|
<img class="menuIcon" src={{asset("images/$value-black.png")}}>
|
|
<p>{{ucfirst($key)}}</p>
|
|
</a> |