@extends('layouts.auth') @section('page_title', 'Verify Email') @section('title', 'Verify Your Email Address with ' . config('app.name')) @section('content') @if (session('resent')) @endif

Before proceeding, please check your email for a verification link

If you did not receive the email

@csrf .
@endsection