Fixed id to statuslabel in sidenav
This commit is contained in:
parent
60b271c6a8
commit
46a138c64b
1 changed files with 1 additions and 1 deletions
|
@ -387,7 +387,7 @@
|
|||
@if (count($status_navs) > 0)
|
||||
<li class="divider"> </li>
|
||||
@foreach ($status_navs as $status_nav)
|
||||
<li><a href="{{ route('statuslabels.show', ['id' => $status_nav->id]) }}"}> {{ $status_nav->name }}</a></li>
|
||||
<li><a href="{{ route('statuslabels.show', ['statuslabel' => $status_nav->id]) }}"}> {{ $status_nav->name }}</a></li>
|
||||
@endforeach
|
||||
@endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue