{{-- HEADER --}}

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

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

استمارة الإعلام ببداية النشاط

{{-- ÉTAT DU DOCUMENT --}}
{{ __('site.start_activity.current_status') }} @php // Prefer statut on the debut record; fallback to the linked projet's statut if needed. $statusLabel = trans_field($debutActivite->statut, 'statut') ?? trans_field($debutActivite->projet_debut->statut ?? null, 'statut') ?? ($debutActivite->statut?->statut_ar ?? __('site.formation.status.pending')); @endphp {{ $statusLabel }}
@php // prefer DebutActivite.commentaire_motif, otherwise fallback to recent history comment $currentComment = !empty($debutActivite->commentaire_motif) ? $debutActivite->commentaire_motif : ($relevantHistory->commentaire ?? null); // metadata if the comment came from history $commentFromHistory = empty($debutActivite->commentaire_motif) && isset($relevantHistory) && !empty($relevantHistory->commentaire); $historyAuthor = $relevantHistory->changer->name ?? $relevantHistory->changed_by ?? null; $historyAt = isset($relevantHistory->created_at) ? $relevantHistory->created_at->format('Y-m-d H:i') : null; @endphp @if(!empty($currentComment))
{{ __('site.start_activity.rejection_reason_label') }} {{ $currentComment }} @if($commentFromHistory && ($historyAuthor || $historyAt))
@if($historyAuthor) {{ $historyAuthor }} @endif @if($historyAuthor && $historyAt) — @endif @if($historyAt) {{ $historyAt }} @endif
@endif
@endif
{{-- IDENTITÉ DU PORTEUR --}}

هوية الباعث

الاسم و اللقب أو الاسم التجاري {{ $debutActivite->projet_debut->utilisateur->nom_prenom ?? '-' }}
رقم الهوية {{ $debutActivite->projet_debut->utilisateur->cin ?? $debutActivite->projet_debut->utilisateur->passport ?? $debutActivite->projet_debut->utilisateur->num_fiscal ?? '-' }}
الهاتف {{ $debutActivite->projet_debut->utilisateur->tel ?? '-' }}
البريد الإلكتروني {{ $debutActivite->projet_debut->utilisateur->email ?? '-' }}
{{-- DATE DE DÉBUT --}}

تاريخ بداية النشاط

تاريخ البداية {{ $debutActivite->date_debut_activite ? $debutActivite->date_debut_activite->format('d/m/Y') : '-' }}
{{-- DOCUMENTS (commentés pour l’instant) --}} {{--

الوثائق المرفقة

@php $docs = [ 'preuve_propriete_location' => 'نسخة من شهادة الملكية أو عقد الكراء ...', 'plan_architectural' => 'مخطط معماري ...', 'declaration_investissement' => 'شهادة تصريح بالاستثمار ...', 'identification' => 'بطاقة تعريف / جواز ...', 'extrait_registre_national_entreprise' => 'السجل الوطني للمؤسسات ...', 'certificat_prevention' => 'شهادة الوقاية ...', 'contrat_assurance' => 'عقد التأمين ...', 'approbation_autorite_minicipale' => 'اعتماد السلطة المحلية ...' ]; @endphp @foreach($docs as $field => $label) @endforeach
الوثيقة عرض الملف
{{ $label }} @if($debutActivite->$field) عرض الملف @else - @endif
--}}