@extends('emails.email-template') @section('title', '2FA Authentication Code') @section('subtitle', 'Security verification for your account') @section('company_name', $demo->sender) @section('greeting', 'Hello,') @section('content')
A temporary 2FA (Two-Factor Authentication) code has been requested for your account. Use this code to complete your authentication process.
@endsection @section('additional_content')Your authentication code is:
If you didn't request this code, someone may be trying to access your account. Please change your password immediately and contact our support team.
@endsection @section('footer') If you have any questions, please contact support@{{ strtolower(str_replace(' ', '', $demo->sender)) }}.com @endsection