@extends('emails.layout') @section('title', 'Verify Your Email Address') @section('content')
Hi {{ $user->name ?? 'there' }},
Please click the button below to verify your email address.
Once verified, you'll have full access to all features of your account.
If you did not create an account, no further action is required.
Best regards,
The {{ $appName ?? config('app.name') }} Team
If you're having trouble clicking the button, copy and paste the URL below into your web browser:
{{ $url }}