@extends('layouts.guest') @section('title', 'Verify email') @section('content')

Verify your email

Please confirm your email address before continuing.

@if (session('status') === 'verification-link-sent')
A new verification link has been sent.
@endif
@csrf
@csrf
@endsection