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