@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:
@elseUse the login code below to sign in to MVNexus:
@endifينتهي هذا الرمز خلال {{ $expiresMinutes }} دقائق.
إذا لم تطلب هذا الرمز، يمكنك تجاهل هذه الرسالة بأمان.
@elseThis 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