Files
einundzwanzig-portal/resources/views/columns/cities/areas/toolbar-left-end.blade.php
HolgerHatGarKeineNode 8a9d54a68c add new city from frontend
2023-02-11 15:05:24 +01:00

9 lines
311 B
PHP

<div class="w-full mb-4 md:w-auto md:mb-0" x-data="{currentUrl: window.location.href}">
<a x-bind:href="'http://localhost/city/form/?fromUrl='+currentUrl" target="_blank">
<x-button>
<i class="fa fa-thin fa-plus"></i>
{{ __('New City') }}
</x-button>
</a>
</div>