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

We received a request to verify your account. Please use the following verification code within the next 15 minutes:

{{ $pin }}

For security reasons:

If you didn't request this code, please secure your account by changing your password immediately.

Thank you,
{{ config('app.name') }} Team

For security purposes, this email was sent to {{ $user->email }}. If you believe you received this in error, please ignore this message.

@endsection