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

Resend Verification

Enter your email so we can send another verification code via email

@csrf
filled('email')) value="{{rawurldecode(request()->input('email'))}}" @endif > @error('email')
{{ $message }}
@enderror
@if((bool) config_cache('captcha.enabled') && (bool) config_cache('captcha.active.register'))
{!! Captcha::display() !!}
@endif
@if ($errors->any())

Click here to send a new request.

@endif
@endsection @push('styles') @endpush