@extends('emails.layouts.master') @section('body')

Hi {{ $senderName }},

Here's your two-factor authentication (2FA) code to verify your identity. This verification is required after login to the election system to cast a vote.

Do not share it with anyone.

{{ $confirmCode }}

@endsection