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>
|
||||
|
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user