Added resources route and update footer and header links; refactor resources template
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user