create content creator button changed

This commit is contained in:
HolgerHatGarKeineNode
2023-02-21 20:33:33 +01:00
parent a387f579aa
commit 83e31dbc4c
4 changed files with 26 additions and 7 deletions

View File

@@ -0,0 +1,6 @@
<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-thin fa-plus"></i>
{{ __('Register lecturer') }}
</x-button>
</div>