moon blade for sidebar to allow others to see rental moons
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
</a>
|
||||
</li>
|
||||
@endif
|
||||
@if(auth()->user()->isMoonRenter())
|
||||
@if(auth()->user()->isMoonRenter() || auth()->user()->hasPermission('rentalmoon.viewer') || auth()->user()->hasRole('Admin'))
|
||||
<li class="nav-item">
|
||||
<a href="/moons/ledger/display/rentals" class="nav-link">
|
||||
<i class="far fa-circle nav-icon"></i>
|
||||
|
||||
Reference in New Issue
Block a user