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

Verify Email

Thanks for signing up! Before getting started, could you verify your email address by clicking on the link we just emailed to you?
@if (session('status') == 'verification-link-sent')
A new verification link has been sent to the email address you provided during registration.
@endif
@csrf
@csrf
@endsection