@extends('layouts.auth') @section('title', 'Verify Email | Smart Dermatology') @section('subtitle', 'Verify your email address to continue.') @section('content') @if (session('resent')) @endif

Before proceeding, please check your email for a verification link.

If you did not receive the email, request another one below.

@csrf
@endsection