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

Check your inbox

@if($email !== '')

We sent a verification link to {{ $email }}.

Click the link in that email to continue setup.

@else

Enter your email to resend verification if needed.

@endif
@if (session('status'))
{{ session('status') }}
@endif @if ($errors->any())
{{ $errors->first() }}
@endif
@csrf
Resend verification email

@endsection