master
parent
5608e650a5
commit
6b45376ed3
|
@ -26,9 +26,15 @@
|
|||
</picture>
|
||||
</a>
|
||||
|
||||
|
||||
@if(!Request::is('checkout'))
|
||||
|
||||
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
|
||||
<div class="collapse navbar-collapse justify-content-end" id="navbarSupportedContent">
|
||||
<ul class="navbar-nav fs-5">
|
||||
|
||||
|
@ -49,6 +55,9 @@
|
|||
|
||||
</ul>
|
||||
</div>
|
||||
@endif
|
||||
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
@yield('content')
|
||||
|
|
Loading…
Reference in New Issue