@extends('backoffice.dashboard') @section('styles') @endsection @section('content') @if ($errors->any()) @endif @if(Auth::check())
@csrf @method('PUT')

الجمهورية التونسية

وزارة شؤون الشباب و الرياضة

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

{{ $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 && $existing->file) 📂 عرض الملف @else لا يوجد ملف @endif @endif @if(!in_array($doc->id_type_doc, [15, 17])) @endif
رجوع
@endsection @else @endif