Missed the <ul> tag

Not sure how this one was missed, but its important
This commit is contained in:
JWB 2022-12-15 16:53:19 -05:00 committed by GitHub
parent 19d67bc51b
commit 0799b98511
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -187,6 +187,7 @@ if($url1sb == '200' or $url2sb == '200') {
<img class="img logo" type="image/svg+xml" src="{{ asset('littlelink/images/logo.svg') }}" style="width:100px;">
@endif
</a>
<ul class="list-unstyled">
@if(auth()->user()->role == 'admin')
<li class="active">
<a href="#adminSubmenu" data-toggle="collapse" @if(Request::segment(1) == 'panel' ) class="dropdown-toggle" aria-expanded="true" @else class="dropdown-toggle collapsed" aria-expanded="false" @endif>Admin</a>