@extends('emails.layout') @section('title', 'MVNexus Login Code') @section('header_subtitle') @if($locale === 'ar') التحقق الآمن من تسجيل الدخول @else Secure sign-in verification @endif @endsection @section('content') @if($locale === 'ar')

استخدم رمز الدخول التالي لإكمال تسجيل الدخول إلى MVNexus:

@else

Use the login code below to sign in to MVNexus:

@endif
{{ $otpCode }}
@if($locale === 'ar')

ينتهي هذا الرمز خلال {{ $expiresMinutes }} دقائق.

إذا لم تطلب هذا الرمز، يمكنك تجاهل هذه الرسالة بأمان.

@else

This code expires in {{ $expiresMinutes }} minutes.

If you did not request this code, you can safely ignore this email.

@endif @endsection @section('footer')

© {{ date('Y') }} Mountain View Egypt — MVNexus

{{ __('notifications.email.subtitle') }}

@endsection