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

اضغط على الزر أدناه لتسجيل الدخول. ينتهي الرابط خلال {{ $expiresMinutes }} دقائق.

@else

Click the button below to sign in. This link expires in {{ $expiresMinutes }} minutes.

@endif

{{ $locale === 'ar' ? 'تسجيل الدخول' : 'Sign In' }}

@if($locale === 'ar')

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

@else

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

@endif @endsection @section('footer')

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

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

@endsection