@extends('backoffice.dashboard') @section('content') @if(Auth::check())
@csrf @method('PUT')

{{ $formulaire->type_ar }}

تحيين الاستمارة

@php $currentStatus = old('id_statut', $docList->id_statut2 ?? ''); $currentMotif = old('commentaire_motif2', $docList->commentaire_motif2 ?? ''); @endphp
الوضعية الحالية:
@if($docList->id_statut2 == 1) موافقة @elseif($docList->id_statut2== 3) عدم موافقة @elseif($docList->id_statut2 == 4) موافقة شريطة @elseif($docList->id_statut2== 5) ارجاء لابداء الراي @else في الانتظار @endif

إذا كنت ترغب في تعديل الوضعية الحالية، يرجى الاختيار من القائمة أدناه:

{{-- reject textarea shown only when status == 3 --}}
تاريخ تغيّر الوضعية
@if($docList->statutHistoriesBySecondId->isEmpty())

لا توجد تغييرات سابقة.

@else
@foreach($docList->statutHistoriesBySecondId as $hist) @php $from = optional($hist->fromStatut)->statut_ar ?? optional($hist->fromStatut)->libelle_ar ?? '—'; $to = optional($hist->toStatut)->statut_ar ?? optional($hist->toStatut)->libelle_ar ?? '—'; $toId = optional($hist->toStatut)->id_statut; $badgeClass = $toId === 1 ? 'badge-success' : ($toId === 3 ? 'badge-danger' : 'badge-muted'); $changer = optional($hist->changer)->nom_prenom ?? optional($hist->changer)->email ?? 'نظام'; @endphp
{{ $hist->created_at->format('d/m/Y H:i') }}
بواسطة: {{ $changer }}
{{ $from }} {{ $to }}
@if($hist->commentaire)
سبب / تعليق
{{ $hist->commentaire }}
@endif
@endforeach
@endif

اللجنة الفنية للنظر في مطالب التمويل العمومي

{{ $formulaire->type_ar }}
@foreach($type_financement as $type)
id_type_fin, old('types_financement'))) || (!old('types_financement') && in_array($type->id_type_fin, $selectedTypes)) ) checked @endif>
@endforeach
المعطيات الخاصة بالجمعية

{{ $formulaire2->type_ar }}

جذاذة فنية


المعطيات البيداغوجية

{{-- Affichage du message d'erreur Laravel --}} @error('objectives')
{{ $message }}
@enderror
@if(!empty($docList->projet->activites) && $docList->projet->activites->count() > 0) @foreach($docList->projet->activites as $index => $phase) @endforeach @else @endif
اهم الفقرات او المراحل تاريخ الانجاز مكان الإنجاز
{{ $index + 1 }}
1

الموازنة المالية

@if(!empty($docList->projet->estimationBudget) && $docList->projet->estimationBudget->count() > 0) @foreach($docList->projet->estimationBudget as $index => $budget) @endforeach @else @endif
الكلفة الجملية التقديرية
(المبلغ بالدينار التونسي)
حجم التمويل الذاتي حجم الدعم المطلوب من الوزارة
النسبة المائوية المبلغ بالدينار المبلغ بالدينار النسبة المائوية
@foreach($docList->projet->estimationBudget as $budgetIndex => $budget) @if(!empty($budget->contributeurs) && $budget->contributeurs->count() > 0) @foreach($budget->contributeurs as $supporterIndex => $supporter) @endforeach @else @endif @endforeach
الأطراف المساهمة في الدعم
ع/ر الطرف المساهم المبلغ بالدينار النسبة المائوية إجراء
{{ $supporterIndex + 1 }}
1
@foreach($docList->projet->estimationBudget as $budgetIndex => $budget) @if(!empty($budget->postesDepense) && $budget->postesDepense->count() > 0) @foreach($budget->postesDepense as $depenseIndex => $depense) @endforeach @else @endif @endforeach
الفقرات مستلزمات الفقرات (1) التكلفة (د)
{{ $depenseIndex + 1 }}
1
(1) : مستلزمات كل فقرة على حدة مثلا / مستلزمات الندوة او المعرض او الورشة او العرض

{{ $formulaire3->type_ar }}


@foreach($typedocum as $index => $doc) @php $existing = $documents->firstWhere('id_doc', $doc->id_type_doc); @endphp @endforeach
# الوثائق حسب الامر عدد 5183 الوثائق
{{ $index + 1 }} {{ $doc->type_ar }} @if(in_array($doc->id_type_doc, [15, 17])) ✅ هذا الملف متوفر بالفعل @else @if($existing && !empty($existing->file)) 📂 عرض الملف @else لا يوجد ملف @endif @endif @if(!in_array($doc->id_type_doc, [15, 17])) @endif
@if(!empty($docList->decision_finale)) 📄 عرض / تحميل @else - @endif
رجوع
@endsection @else @endif