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

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

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

{{ $formulaire->type_ar }}


@php $currentStatus = $docList->id_statut2 ?? ''; $currentMotif = $docList->commentaire_motif2 ?? ''; @endphp
الوضعية الحالية:
@if($currentStatus == 1) مقبول @elseif($currentStatus == 3) مرفوض @else في الانتظار @endif
@if($currentStatus == 3 && $currentMotif)

سبب الرفض:

{{ $currentMotif }}

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