@extends('backoffice.dashboard') @section('title', 'إدارة وصف الولايات') @section('content') @if(Auth::check())
| المعرف | المستخدم | الولاية | الصورة الرئيسية | إجراءات |
|---|---|---|---|---|
| {{ $item->id_desc }} | {{ $item->utilisateur?->nom_prenom ?? 'غير محدد' }} | {{ $item->gouvernorat?->nom_ar ?? 'غير محدد' }} |
@if(!empty($item->image_gouvSrc))
|
|
| لا توجد وصف حالياً | ||||