This commit is contained in:
tanch0
2024-05-08 14:02:40 +05:45
parent cc991bb0e1
commit 9fa6a5d797
9 changed files with 1681 additions and 97 deletions

View File

@ -76,7 +76,7 @@
</ul>
</li>
@else
<li><a href="{{ $menuItem->link }}">{{ $menuItem->title }}</a></li>
<li><a @if($menuItem->title =="Quote") class = "fh-btn btn" style="color:white;"@endif href="{{ $menuItem->link }}">{{ $menuItem->title }}</a></li>
@endif
@endforeach
</ul>