@component('mail::message')
# ترقية العضوية
مرحباً {{ $userName }}،
تمت ترقية عضويتك إلى: **{{ $plan }}**.
@isset($expiresAtIso)
تنتهي العضوية في: **{{ $expiresAtIso }}**
@endisset
@component('mail::button', ['url' => $dashboardUrl])
زيارة لوحة التحكم
@endcomponent
شكراً لاختيارك زواج نت.
{{ config('app.name') }}
@slot('subcopy')
بحاجة للمساعدة؟
@php
$supportUrl = config('app.support_url') ?? null;
$supportEmail = config('mail.from.address');
$href = $supportUrl ?: ('mailto:' . $supportEmail);
@endphp
تواصل مع الدعم
@if($supportUrl)
@endif
@endslot
@endcomponent