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

Thanks for signing up! Please verify your email address by clicking the link we just sent you. If you didn't receive it, we'll gladly send another.

@if (session('status') === 'verification-link-sent') @endif
@csrf
@csrf
@endsection