@extends('layouts.auth') @section('title', 'Verify Email') @section('content')

Verify your email

We've sent a verification link to {{ Auth::user()->email }}. Please check your inbox and click the link to activate your account.

@if (session('status'))
{{ session('status') }}
@endif

Didn't receive the email?

@csrf
@endsection