{{ __('Before continuing, please verify your email address. Click the button below and check your email for a verification link.') }}
@if (session('status') == 'verification-link-sent')
{{ __('A verification link has been sent to the email address you provided in your profile settings.') }}
@endif
@csrf
{{ __('Send Verification Email') }}
{{ __('Edit Profile') }}
@csrf