mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
7 lines
246 B
PHP
7 lines
246 B
PHP
<div class="w-full mb-4 md:w-auto md:mb-0">
|
|
<x-button :href="route('contentCreator.form', ['country' => $country, 'lecturer' => null])">
|
|
<i class="fa fa-solid fa-plus"></i>
|
|
{{ __('Register lecturer') }}
|
|
</x-button>
|
|
</div>
|