bitcoin events added

This commit is contained in:
Benjamin Takats
2022-12-12 18:32:50 +01:00
parent 2d3c63457a
commit 06fe25d195
15 changed files with 357 additions and 15 deletions

View File

@@ -46,6 +46,12 @@
</x-jet-nav-link>
@endif
@if(str(request()->route()->getName())->contains('bitcoinEvent.'))
<x-jet-nav-link href="/nova/resources/bitcoin-events" target="_blank">
{{ __('Veranstaltung eintragen') }}
</x-jet-nav-link>
@endif
<x-jet-nav-link href="{{ route('profile.show') }}" :active="request()->routeIs('profile.show')">
{{ __('Mein Profil') }}
</x-jet-nav-link>