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

Verify Your Email Address

We have sent a verification link to your email.

If you didn't receive the email, click below to resend:

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

A new verification link has been sent to your email address.

@endif
@csrf {{-- {{ $email }} --}}
{{--
@csrf
--}}
@endsection