Added resources route and update footer and header links; refactor resources template

This commit is contained in:
2025-07-28 17:52:32 +05:45
parent f8b9a6725b
commit 2d75f603d9
4 changed files with 17 additions and 23 deletions

View File

@@ -35,7 +35,7 @@
@foreach ($menu->children as $subMenu)
<li>
<a class="text-black btn btn-naked btn-icon-right btn-hover-swp animation-element"
data-localscroll="true" href="franchise.php"><span
data-localscroll="true" href="{{ $subMenu->route_name }}"><span
class="link-icon inline-flex hide-if-empty left-icon icon-next-to-label"></span>
<span class="btn-txt"
data-text="Franchise">{{ $subMenu->title }}</span>

View File

@@ -137,7 +137,6 @@
<a href="/resources"
class="btn btn-solid text-14 font-medium rounded-30 leading-30 bg-yellow text-black module-btn-sm px-20 py-5 hover:text-black"><span
class="btn-txt">Free Resources</span>
</a>
</li>