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

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

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

{{ $formulaire->type_ar }}


@foreach($typedocum as $index => $doc) @endforeach
# الوثائق حسب الامر عدد 5183 الوثائق الملاحظات
{{ $index + 1 }} {{ $doc->type_ar }} @php $docExist = $documents->where('id_doc', $doc->id_type_doc)->first(); @endphp @if(in_array($doc->id_type_doc, [15,17])) ✅ هذا الملف متوفر بالفعل @elseif($doc->id_type_doc == 16) @else @endif
@else @endif @endsection