@extends('layouts.app') @section('title') Email Verification @endsection @section('content')
Current email: {{ $user->email }}
@if($user->email_verified_at)Email Verified
@elseEmail Not Verified
@endif @if (strpos(Auth::user()->email, 'spiritre.com') === false)We’ve sent a verification code. To verify your email address, please check your inbox and enter the code below.
Didn’t receive the code? Resend