@extends('layouts.app') @section('title', 'قائمة رئيسات خدمات المرأة و الأسرة بالجهات') @section('content') @include('partials.unified-management-style') @include('partials.form-editorial-style') {{-- ══════════════════════════════════════════════════════ resources/views/sommaires/cheffes.blade.php Modern orange × blue glassmorphism design ══════════════════════════════════════════════════════ --}} @include('partials.role-modal-system-style') {{-- ══════════════ PAGE HEADER ══════════════ --}}
{{-- ══ TOOLBAR ══ --}}
{{-- ══ TABLE CARD ══ --}}
@forelse($cheffes as $cheff) @empty @endforelse
الاسم و اللقب الهيكل الهاتف البريد الإلكتروني إجراءات
{{ $cheff->prenom_nom ?? '' }} {{ $cheff->structure ?? '' }} {{ $cheff->telephone ?? '' }}
لا توجد سجلات
@push('scripts') @endpush @endsection