@extends('emails.layout') @section('content')

Verify Your Email Address

Hi {{ $name }},

Thanks for joining {{ config('app.name') }}! To complete your registration and start using your account, please verify your email address by clicking the button below:

Verify Email Address

If you did not create an account, no further action is required.

If you're having trouble clicking the "Verify Email Address" button, copy and paste the URL below into your web browser:
{{ $verification_url }}

@endsection