This commit is contained in:
tanch0
2024-06-04 16:10:03 +05:45
parent ef227fce6b
commit 9d3e9cef7a
15 changed files with 9561 additions and 66 deletions

View File

@ -76,7 +76,8 @@
</ul>
</li>
@else
<li><a @if($menuItem->title =="Quote") class = "fh-btn btn" style="color:white;"@endif 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>
@ -84,12 +85,19 @@
</nav>
</div>
{{-- <div class="col-xl-3 col-lg-3 col-md-3">
<div class="headerarea__right">
<div class="headerarea__button">
<a href="{{ route('contact') }}">Contact Us</a>
</div>
</div>
</div> --}}
</div>
<a href="#" class="navbar-toggle">
{{-- <a href="#" class="navbar-toggle">
<span class="navbar-icon">
<span class="navbars-line"></span>
</span>
</a>
</a> --}}
</div>
</div>