@vite(['resources/css/app.css', 'resources/js/app.js'])

Verify Your Email

{{ __('Thanks for signing up! Before getting started, please verify your email address by clicking on the link we just emailed to you.') }}

@if (session('status') == 'verification-link-sent')
{{ __('A new verification link has been sent to your email address.') }}
@endif
@csrf
@csrf