Proje dosyaları eklendi
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<x-layouts.app :title="__('earn_portal.verify_title').' — TrafficPumper'">
|
||||
<x-auth-card :title="__('earn_portal.verify_title')" :description="__('earn_portal.verify_description')">
|
||||
<form method="POST" action="{{ route('earn.verification.send') }}">@csrf<button class="btn btn-primary w-100">{{ __('earn_portal.resend_verification') }}</button></form>
|
||||
<form method="POST" action="{{ route('earn.logout') }}" class="mt-3">@csrf<button class="btn btn-outline-secondary w-100">{{ __('ui.sign_out') }}</button></form>
|
||||
</x-auth-card>
|
||||
</x-layouts.app>
|
||||
Reference in New Issue
Block a user