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

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

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

{{ $formulaire->type_ar }}


@php $currentStatus = old('id_statut', $docList->id_statut2 ?? ''); $currentMotif = old('commentaire_motif2', $docList->commentaire_motif2 ?? ''); @endphp
الوضعية الحالية:
@if($currentStatus == 1) مقبول @elseif($currentStatus == 3) مرفوض @else في الانتظار @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)) الملف الحالي: عرض/تحميل @endif
@else