v1.5.20d added multiple events to nav bar

This commit is contained in:
2021-05-06 08:56:22 +02:00
parent d636beaba5
commit b6105d0e0b
4 changed files with 78 additions and 8 deletions
@@ -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">