Marketing: route registration to checkout
This commit is contained in:
@@ -48,9 +48,6 @@
|
||||
<a href="{{ route('login') }}" class="bg-blue-600 hover:bg-blue-700 text-white px-6 py-2 rounded-md font-medium transition duration-300 block mb-2">
|
||||
{{ __('auth.login') }}
|
||||
</a>
|
||||
<p class="text-sm text-gray-600">
|
||||
{{ __('auth.no_account') }} <a href="{{ route('register') }}" class="text-blue-600 hover:text-blue-500">{{ __('auth.register') }}</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@endauth
|
||||
|
||||
Reference in New Issue
Block a user