تم تحديث حالة طلبك للوثائق التمويلية. فيما يلي تفاصيل التحديث:
الحالة الجديدة: @php $labels = [ 'accepted' => 'مقبول', 'rejected' => 'مرفوض', 'incomplete' => 'غير مكتمل', 'deferred' => 'مؤجل', 'status_changed' => 'تغيير في الحالة' ]; $label = $labels[$type] ?? $labels['status_changed']; @endphp {{ $label }}
@if($type === 'rejected' && !empty($params['reason']))سبب الرفض: {{ $params['reason'] }}
@endif @if($type === 'incomplete' && !empty($params['missing']))المستندات/المعلومات الناقصة: {{ $params['missing'] }}
@endif @if($type === 'deferred' && !empty($params['note']))ملاحظة: {{ $params['note'] }}
@endif @if($type === 'accepted' && !empty($params['date']))تاريخ القبول: {{ $params['date'] }}
@endif {{-- generic comment fallback --}} @if(!empty($params['comment']) && empty($params['reason']) && empty($params['missing']) && empty($params['note']))ملاحظة: {{ $params['comment'] }}
@endifشكرًا لتعاونك.
لجنة التمويل العمومي