@php $status1 = $docList->id_statut1 ?? 2; $currentMotif = $docList->commentaire_motif1 ?? ''; @endphp

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

إسم الجمعية }} {{ $docList->projet->demande->association->nom_association ?? '' }}
{{ $formulaire->type_ar }} @foreach($type_financement as $index => $type) {{-- nouvelle ligne toutes les 3 colonnes --}} @if(($index + 1) % 3 == 0) @endif @endforeach
@if(in_array($type->id_type_fin, $selectedTypes)) ( نعم ) @else ( لا ) @endif {{ $type->type_ar }}
المعطيات الخاصة بالجمعية
عنوان الجمعية {{ old('adresse', $docList->projet->demande->association->adresse ?? '') }}
الترقيم البريدي {{ old('code_postal', $docList->projet->demande->association->code_postal ?? '') }}
الهاتف {{ old('tel', $docList->projet->demande->association->tel ?? '') }}
الفاكس {{ old('fax', $docList->projet->demande->association->fax ?? '') }}
تاريخ التأسيس {{ old('date_creation', $docList->projet->demande->association->date_creation ?? '') }}
رقم التأشيرة {{ old('num_visa', $docList->projet->demande->association->num_visa ?? '') }}
تاريخ التأشيرة {{ old('date_visa', $docList->projet->demande->association->date_visa ?? '') }}
رقم المعرف الجبائي {{ old('num_identification_fiscale', $docList->projet->demande->association->num_identification_fiscale ?? '') }}
رقم الحساب الجاري {{ old('num_compte_courant', $docList->projet->demande->association->num_compte_courant ?? '') }}
البنك {{ old('banque', $docList->projet->demande->association->banque ?? '') }}
البريد الإلكتروني {{ old('adresse_mail', $docList->projet->demande->association->adresse_mail ?? '') }}
عنوان موقع الواب {{ old('adresse_site_internet', $docList->projet->demande->association->adresse_site_internet ?? '') }}
إسم رئيس الجمعية {{ old('nom_president_association', $docList->projet->demande->association->nom_president_association ?? '') }}
الهاتف الشخصي {{ old('tel_personnel', $docList->projet->demande->association->tel_personnel ?? '') }}
عدد أعضاء المكتب الوطني للجمعية {{ old('num_membre_bureau_national_a', $docList->projet->demande->association->num_membre_bureau_national_a ?? '') }}
عدد المكاتب الجهوية ان وجدت {{ old('num_bureaux_regionaux', $docList->projet->demande->association->num_bureaux_regionaux ?? '') }}
عدد المنخرطين الاجمالي {{ old('num_total_membre', $docList->projet->demande->association->num_total_membre ?? '') }}

مطلب للحصول على التمويل العمومي

المعطيات البيداغوجية
اسم و لقب المشرف على التنفيذ {{ old('nom_prenom_sup', $docList->projet->superviseur->nom_prenom_sup ?? '') }}
المهنة {{ old('profession_sup', $docList->projet->superviseur->profession_sup ?? '') }}
الصفة في الجمعية {{ old('role_sup', $docList->projet->superviseur->role_sup ?? '') }}
الهاتف {{ old('tel_sup', $docList->projet->superviseur->tel_sup ?? '') }}
البريد الالكتروني {{ old('email_sup', $docList->projet->superviseur->email_sup ?? '') }}
اسم المشروع / التظاهرة / النشاط {{ old('nom_projet', $docList->projet->nom_projet ?? '') }}
مبررات الانجاز {{ old('justification_realisation', $docList->projet->justification_realisation ?? '') }}
الأهداف {{ old('objectives', $docList->projet->objectives ?? '') }}
وصف الفقرات او المراحل
@php $phases = $oldPhases ?? []; if (empty($phases) && isset($docList->projet->activites)) { $phases = $docList->projet->activites->map(function($phase){ return [ 'description' => $phase->description, 'completion_date' => $phase->completion_date, 'completion_location' => $phase->completion_location, ]; })->toArray(); } if (empty($phases)) { $phases = [[ 'description' => __('site.financement.messages.no_value'), 'completion_date' => __('site.financement.messages.no_value'), 'completion_location' => __('site.financement.messages.no_value'), ]]; } @endphp @foreach($phases as $i => $p) @endforeach
رقم اهم الفقرات او المراحل تاريخ الانجاز مكان الإنجاز
{{ $i + 1 }} {{ $p['description'] }} {{ $p['completion_date'] }} {{ $p['completion_location'] }}
الجمهور المستفيد {{ old('public', $docList->projet->public ?? '') }}
العدد التقريبي للجمهور {{ old('nombre_spectateur', $docList->projet->nombre_spectateur ?? '') }}
الشريحة العمرية المستهدفة {{ old('tranch_age_min', $docList->projet->tranch_age_min ?? '') }}
إلى {{ old('tranch_age_max', $docList->projet->tranch_age_max ?? '') }}
الأطراف المشاركة في الإنجاز {{ old('parties_realisation', $docList->projet->parties_realisation ?? '') }}
النتائج المرتقب تحقيقها
1- النتائج الكمية {{ old('resultat_quantitatif', $docList->projet->resultat_quantitatif ?? '') }}
2- النتائج النوعية {{ old('resultat_qualitatif', $docList->projet->resultat_qualitatif ?? '') }}
الآفاق المنتظرة {{ old('perspectives', $docList->projet->perspectives ?? '') }}

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

الميزانية التقديرية
@php $budgets = $docList->projet->estimationBudget ?? []; @endphp @if(!empty($budgets) && count($budgets) > 0) @foreach($budgets as $budget) @endforeach @else @endif
الكلفة الجملية التقديرية
(المبلغ بالدينار التونسي)
حجم التمويل الذاتي حجم الدعم المطلوب من الوزارة
النسبة المائوية المبلغ بالدينار المبلغ بالدينار النسبة المائوية
{{ $budget->cout_total_estime ?? __('site.financement.messages.no_value') }} {{ $budget->financement_propre_pourcentage ?? __('site.financement.messages.no_value') }}{{ $budget->financement_propre_pourcentage ? '%' : '' }} {{ $budget->financement_propre_montant ?? __('site.financement.messages.no_value') }} {{ $budget->aide_ministere_montant ?? __('site.financement.messages.no_value') }} {{ $budget->aide_ministere_pourcentage ?? __('site.financement.messages.no_value') }}{{ $budget->aide_ministere_pourcentage ? '%' : '' }}
- - - - -
الأطراف المساهمة في الدعم
@foreach($docList->projet->estimationBudget as $budget) @php $supporters = $budget->contributeurs->toArray() ?? []; if (!is_array($supporters) || count($supporters) === 0) { $supporters = [ [ 'name' => __('site.financement.messages.no_value'), 'amount' => __('site.financement.messages.no_value'), 'percent' => __('site.financement.messages.no_value'), ] ]; } @endphp @foreach($supporters as $i => $supporter) @endforeach @endforeach
الأطراف المساهمة في الدعم
ع/ر الطرف المساهم المبلغ بالدينار النسبة المائوية
{{ $i + 1 }} {{ $supporter['name'] ?? $supporter['nom'] ?? __('site.financement.messages.no_value') }} {{ $supporter['amount'] ?? $supporter['montant'] ?? __('site.financement.messages.no_value') }} {{ $supporter['percent'] ?? $supporter['pourcentage'] ?? __('site.financement.messages.no_value') }} @if(isset($supporter['percent']) || isset($supporter['pourcentage']))% @endif
ابواب صرف الميزانية
@foreach($docList->projet->estimationBudget as $budget) @php $postes = $budget->postesDepense->count() ? $budget->postesDepense : [[ 'libelle_depense' => '-', 'description' => '-', 'cout' => '-' ]]; @endphp @foreach($postes as $depenseIndex => $depense) @endforeach @endforeach
ع/ر الفقرات مستلزمات الفقرات التكلفة (د)
{{ $loop->iteration }} {{ $depense->libelle_depense ?? $depense['libelle_depense'] ?? '' }} {{ $depense->description ?? $depense['description'] ?? '' }} {{ $depense->cout ?? $depense['cout'] ?? '' }}
@php $form1_complete = $form1_complete ?? false; $form2_complete = $form2_complete ?? false; @endphp

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