@extends('emails.base') @section('header', 'Your PIN Code') @section('slot')

We have received a request to verify your email address. Please use the following PIN to complete your verification:

{{ $pin }}

If you did not request this PIN, you can safely ignore this email.

Thank you for being part of our community!

@endsection {{-- @php $actionText = 'Verify Email'; $actionUrl = url('/verify-email'); @endphp --}}