@extends('emails.layout') @section('title', 'Login Verification Code') @section('header_subtitle', 'Security') @section('content')
Hello {{ $customerName }}, use the code below to complete your sign-in.
{{-- Code box --}}Your verification code
{{ $code }}
Expires in {{ $expiresInMinutes }} minutes
Security notice: If you did not attempt to log in, ignore this email and consider changing your password immediately. Never share this code with anyone.
This code can only be used once and will expire after {{ $expiresInMinutes }} minutes.
@endsection