v1.5.20d added multiple events to nav bar
This commit is contained in:
@@ -76,6 +76,12 @@
|
||||
{{ __('msg.aktiviteter') }}
|
||||
</a>
|
||||
@endif
|
||||
@if(auth()->user()->can('event.show'))
|
||||
<a href="{{ route("multiple-events.index") }}">
|
||||
<img src="{{URL::asset('/images/icons/calendar2.svg')}}" alt="multiple-events">
|
||||
{{ __('msg.ugentligaktiviteter') }}
|
||||
</a>
|
||||
@endif
|
||||
@if(auth()->user()->can('washing.machine.reservation.show'))
|
||||
<a href="{{ route("washing-reservations.appindex") }}">
|
||||
<img src="{{URL::asset('/images/icons/Vaske booking liste.svg')}}" alt="Reservationer">
|
||||
|
||||
Reference in New Issue
Block a user