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

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

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

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

{{ $docList->projet->demande->association->nom_association ?? '-' }}
{{ $formulaire->type_ar }}
@foreach($type_financement as $type)
id_type_fin, $selectedTypes) ? 'checked' : '' }} disabled>
@endforeach
المعطيات الخاصة بالجمعية
{{ $docList->projet->demande->association->adresse ?? '-' }}
{{ $docList->projet->demande->association->code_postal ?? '-' }}
{{ $docList->projet->demande->association->tel ?? '-' }}
{{ $docList->projet->demande->association->fax ?? '-' }}
{{ $docList->projet->demande->association->date_creation ?? '-' }}
{{ $docList->projet->demande->association->num_visa ?? '-' }}
{{ $docList->projet->demande->association->date_visa ?? '-' }}
{{ $docList->projet->demande->association->num_identification_fiscale ?? '-' }}
{{ $docList->projet->demande->association->num_compte_courant ?? '-' }}
{{ $docList->projet->demande->association->banque ?? '-' }}
{{ $docList->projet->demande->association->adresse_mail ?? '-' }}
{{ $docList->projet->demande->association->adresse_site_internet ?? '-' }}
{{ $docList->projet->demande->association->nom_president_association ?? '-' }}
{{ $docList->projet->demande->association->tel_personnel ?? '-' }}
{{ $docList->projet->demande->association->num_membre_bureau_national_a ?? '-' }}
{{ $docList->projet->demande->association->num_bureaux_regionaux ?? '-' }}
{{ $docList->projet->demande->association->num_total_membre ?? '-' }}

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

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

{{ $formulaire2->type_ar }}

جذاذة فنية


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

{{ $docList->projet->superviseur->nom_prenom_sup ?? '-' }}
{{ $docList->projet->superviseur->profession_sup ?? '-' }}
{{ $docList->projet->superviseur->role_sup ?? '-' }}
{{ $docList->projet->superviseur->tel_sup ?? '-' }}
{{ $docList->projet->superviseur->email_sup ?? '-' }}
{{ $docList->projet->nom_projet ?? '-' }}
{{ $docList->projet->justification_realisation ?? '-' }}
{{ $docList->projet->objectives ?? '-' }}

وصف الفقرات او المراحل

@forelse($docList->projet->activites ?? [] as $index => $phase) @empty @endforelse
رقم اهم الفقرات او المراحل تاريخ الانجاز مكان الإنجاز
{{ $index + 1 }} {{ $phase->description ?? 'غير محدد' }} {{ $phase->completion_date ?? 'غير محدد' }} {{ $phase->completion_location ?? 'غير محدد' }}
لا توجد مراحل مضافة
{{ $docList->projet->public ?? '-' }}
{{ $docList->projet->nombre_spectateur ?? '-' }}
{{ $docList->projet->tranch_age_min ?? '-' }}
{{ $docList->projet->tranch_age_max ?? '-' }}
{{ $docList->projet->parties_realisation ?? '-' }}
{{ $docList->projet->resultat_quantitatif ?? '-' }}
{{ $docList->projet->resultat_qualitatif ?? '-' }}
{{ $docList->projet->perspectives ?? '-' }}

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

@forelse($docList->projet->estimationBudget as $budget) @empty @endforelse
الكلفة الجملية التقديرية
(المبلغ بالدينار التونسي)
حجم التمويل الذاتي حجم الدعم المطلوب من الوزارة
النسبة المائوية المبلغ بالدينار المبلغ بالدينار النسبة المائوية
{{ $budget->cout_total_estime ?? '-' }} {{ $budget->financement_propre_pourcentage ?? '-' }} {{ $budget->financement_propre_montant ?? '-' }} {{ $budget->aide_ministere_montant ?? '-' }} {{ $budget->aide_ministere_pourcentage ?? '-' }}
لا توجد بيانات مضافة
@forelse($docList->projet->estimationBudget as $budgetIndex => $budget) @forelse($budget->contributeurs as $supporterIndex => $supporter) @empty @endforelse @empty @endforelse
الأطراف المساهمة في الدعم
ع/ر الطرف المساهم المبلغ بالدينار النسبة المائوية
{{ $supporterIndex + 1 }} {{ $supporter->nom ?? '-' }} {{ $supporter->montant ?? '-' }} {{ $supporter->pourcentage ?? '-' }}
لا توجد مساهمات مضافة
لا توجد بيانات ميزانية
@forelse($docList->projet->estimationBudget as $budgetIndex => $budget) @forelse($budget->postesDepense as $depenseIndex => $depense) @empty @endforelse @empty @endforelse
ع/ر الفقرات مستلزمات الفقرات التكلفة (د)
{{ $depenseIndex + 1 }} {{ $depense->libelle_depense ?? '-' }} {{ $depense->description ?? '-' }} {{ $depense->cout ?? '-' }}
لا توجد مصاريف مضافة
لا توجد بيانات ميزانية
(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
@endsection @else @endif