mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
9 lines
279 B
PHP
9 lines
279 B
PHP
<div class="w-full mb-4 md:w-auto md:mb-0" x-data="{currentUrl: window.location.href}">
|
|
<a x-bind:href="'/city/form/?fromUrl='+currentUrl">
|
|
<x-button>
|
|
<i class="fa fa-thin fa-plus"></i>
|
|
{{ __('New City') }}
|
|
</x-button>
|
|
</a>
|
|
</div>
|