@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_statut1 ?? ''); $currentMotif = old('commentaire_motif1', $docList->commentaire_motif1 ?? ''); @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(in_array($doc->id_type_doc, [15, 17])) ✅ هذا الملف متوفر بالفعل @else @if($existing && $existing->file) 📂 عرض الملف @else لا يوجد ملف @endif @endif @if(!in_array($doc->id_type_doc, [15, 17])) @endif
@else