@extends('website.layouts.default') @section('content')
@if (session('status') == 'verification-link-sent')
A new email verification link has been emailed to you!
@endif

Verify e-mail address

You must verify your email address to access this page.

@csrf

Issues with the verification process or entered the wrong email?
Please sign up with another email address.

@endsection