@extends('super_admin.layout.master') @section('title', 'الإدارة المركزية') @section('style') @endsection @section('content')
| # | الاسم | النوع | وصف | الحالة | الاجرائات | 
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $contribution->name }} | {{ $contribution->getTypeLabel() }} | {{ $contribution->description ?? 'لا يوجد' }} | {{ $contribution->getStatusLabel() }} | 
                            
  |