dealhub/resources/views/components/nav-links.blade.php
kusowl 208fb5aa95 feat(landing page): add navbar, hero section and why choose dealhub
- bulk commit due to repo issue
- why choose dealhub (wip)
2026-01-07 18:49:44 +05:30

5 lines
110 B
PHP

@props(['link' => '', 'name' => ''])
<li>
<a class="hover:underline" href="{{$link}}">{{$name}}</a>
</li>