@extends('mail.layouts.platform') @section('body')

Hello {{ $recipientName ?? 'operator' }},

{{ $body ?? $message ?? 'Use the one-time code below to complete verification.' }}

@if (!empty($meta['otp_code'] ?? null))

Verification code

{{ $meta['otp_code'] }}

@endif

This code is for your account only. If you did not initiate this request, contact your administrator immediately.

@endsection