@php // $message جاية من الـ Mailable عندك $otp = is_array($message) ? ($message['otp'] ?? ($message['code'] ?? '')) : (string) $message; $appName = is_array($message) ? ($message['app'] ?? 'Travel Club') : 'Travel Club'; $expires = is_array($message) ? ($message['expires'] ?? null) : null; @endphp
{{ $appName }}
{{ $appName }}
Verification Code
OTP

Confirm your email

Use the code below to complete your sign-in / verification. If you didn’t request this, ignore this email.

Your OTP Code
{{ $otp }}
@if($expires)
Expires in {{ $expires }}
@endif
Tip: Don’t share this code with anyone.

If the code doesn’t work, request a new one and try again.

© {{ date('Y') }} {{ $appName }}. All rights reserved.