@extends('layouts.zainiqduel') @php $locale = app()->getLocale(); $isAr = $locale === 'ar'; $isKu = $locale === 'ku'; $isEn = $locale === 'en'; $isRtl = in_array($locale, ['ar', 'ku'], true); @endphp @section('title', $isEn ? 'Subscription Activated – Zain Duel' : 'تم التفعيل – Zain Duel') @push('styles') @endpush @section('content')

@if($isEn) Subscription Activated! @else تم تفعيل الاشتراك! @endif

@if($isEn) Welcome to Zain Duel! Test your skills and win amazing prizes. @else مرحباً بك في Zain Duel! اختبر مهاراتك وفوز بجوائز رائعة. @endif

@if(!empty($alreadySubscribed))
{{ $isEn ? 'You are already subscribed to this service. Your subscription remains active.' : 'أنت مشترك بالفعل في هذه الخدمة. اشتراكك لا يزال نشطاً.' }}
@endif
@if($isEn) ACTIVE @else نشط @endif
@endsection