@extends('layouts.main') @section('content')

Resend E-mail Verification

Enter your e-mail to get started.

@if(session('error'))
There is no such user with that e-mail address.
@endif @if(session('success'))
Instructions to verify your account have been sent to your account.
@endif @if(session('recaptchaerror'))
Captcha verification is required.
@endif
@csrf
@error('email')
{{ $message }}
@enderror
@if($recaptcha)
@endif Login
@endsection