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>