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