@extends('BackOfficeAR.dashboardAR') @section('content')

@if ($nbtype == 1) ملاحق الصفحة : {{ $ob->titre_P }} @elseif($nbtype == 2) ملاحق القسم : {{ $ob->titre_S }} @endif

إضافة ملحق
@if ($nbtype == 2) @endif @foreach ($ob->info_supps ?? [] as $infoSupp) @if ($nbtype == 2) @endif @if (auth()->user()->hasAnyRole(['super-admin', 'editeur'])) @endif @endforeach
الترتيب الرابط الصورةالملف
{{ $infoSupp->ordre_I }} {{ $infoSupp->link }} @if ($infoSupp->image) @endif @if ($infoSupp->pdf) @endif تعديل
@csrf @method('DELETE')
@if ($nbtype == 1) @elseif($nbtype == 2) @endif
@endsection