@php $isArabic = app()->getLocale() === 'ar'; $docConfig = config('financing_documents'); $allDocs = $docConfig['documents']; $subProducts = $docConfig['sub_products']; $currentSubProductId = $currentSubProductId ?? null; @endphp
| {{ ln('Document Name', 'اسم المستند') }} | {{ ln('Requirement', 'الحالة') }} | {{ ln('Attach', 'ارفاق') }} | {{ ln('Preview', 'معاينة') }} | {{ ln('Status', 'الحالة') }} |
|---|---|---|---|---|
| {{ $isArabic ? $labels[1] : $labels[0] }} @if($note) ({{ $note }}) @endif | @if($isRequired) {{ ln('Required', 'مطلوب') }} @else {{ ln('Optional', 'اختياري') }} @endif |
{{ ln('Documents for this sub-product are not configured yet. Please contact support.', 'لم يتم تهيئة المستندات لهذا المنتج الفرعي بعد. يرجى التواصل مع الدعم.') }}