Fixes for duplicated register header
This commit is contained in:
parent
f03c21b192
commit
7da27b5955
1 changed files with 0 additions and 1 deletions
|
|
@ -8,7 +8,6 @@
|
|||
<img class="h-32 w-auto" src="{{ $company->present()->logo() }}" alt="{{ ctrans('texts.logo') }}">
|
||||
</div>
|
||||
<h1 class="text-center text-3xl mt-8">{{ ctrans('texts.register') }}</h1>
|
||||
<h1 class="text-center text-3xl mt-8">{{ ctrans('texts.register') }}</h1>
|
||||
<p class="block text-center text-gray-600">{{ ctrans('texts.register_label') }}</p>
|
||||
|
||||
<form action="{{ route('client.register', request()->route('company_key')) }}" method="POST" x-data="{ more: false }">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue