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

Verify your email address

Before continuing, please check your inbox for the verification link we emailed to you.

@if (session('status') === 'resent')
A fresh verification link has been sent to your email address.
@endif
@csrf
@csrf
@endsection