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

Verify Your Email

Before getting started, please verify your email address by clicking the link we sent you.

@if (session('status') == 'verification-link-sent')
{{ __('A new verification link has been sent to the email address you provided during registration.') }}
@endif
@csrf
{{ __('Resend Verification Email') }}
@csrf
@endsection