@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 Failed – Zain Duel' : 'فشل الاشتراك – Zain Duel') @push('styles') @endpush @section('content')

@if($isEn) Subscription Failed @else فشل الاشتراك @endif

@if($isEn) We could not complete your subscription. Please try again. @else لم نتمكن من إتمام اشتراكك. يرجى المحاولة مرة أخرى. @endif

@if($isEn) Error Details @else تفاصيل الخطأ @endif

@if($isEn) Loading error details... @else جاري تحميل تفاصيل الخطأ... @endif

@endsection