add new city from frontend

This commit is contained in:
HolgerHatGarKeineNode
2023-02-11 15:05:24 +01:00
parent e65ad29aad
commit 8a9d54a68c
6 changed files with 147 additions and 11 deletions

View File

@@ -13,15 +13,6 @@
<!-- Navigation Links -->
<div class="hidden space-x-8 sm:-my-px sm:ml-10 sm:flex sm:items-center">
@if(str(request()->route()->getName())->contains('bookCases.'))
<div>
<x-button xs amber href="/nova/resources/cities" target="_blank">
<i class="fa fa-thin fa-plus"></i>
{{ __('New City') }}
</x-button>
</div>
@endif
@if(str(request()->route()->getName())->contains('meetup.'))
<div>
<x-button xs amber href="/nova/resources/meetups" target="_blank">