@extends('layouts.app') @section('title', 'قائمة المفوضين الإقليميين لشؤون المرأة') @section('content') {{-- --}} @include('partials.unified-management-style') @include('partials.form-editorial-style') @include('partials.role-modal-system-style')
{{-- --}} @foreach($commissaires as $i =>$c) {{-- --}} @endforeach
#الهيكل الاسم واللقب الهاتف فاكس الهاتف المحمول البريد الإلكتروني إجراءات
{{ $i + 1 }}{{ $c->structure_mffpa }} {{ $c->prenom_nom }} {{ $c->telephone_fixe }} {{ $c->fax }} {{ $c->tel_portable }} {{ $c->mail }}
@endsection