@extends('layouts.fullscreen-layout', ['title' => 'Verify Your Email']) @section('robots', 'noindex, nofollow') @section('content')

Verify Your Email

Thanks for signing up! Before getting started, could you verify your email address ({{ auth()->user()->email }}) by clicking on the link we just emailed to you?

If you didn't receive the email, we will gladly send you another.

@if (session('success'))
{{ session('success') }}
@endif
@csrf
@csrf
@endsection