@extends('admin.footer') @section('content')
| Titre | Formation | Structure | Adresse | Région | Description | Date | Image | Action |
|---|---|---|---|---|---|---|---|---|
| {{ $eac->titre }} |
@if ($eac->formation == null)
Non définie @else {{ $eac->formation->titre}} @endif |
{{ $eac->nom_structure }} | {{ $eac->adresse}} | {{$eac->region->nom}} | {{ $eac->description }} | {{ $eac->date }} | Lien |
|
| Titre | Formation | Structure | Adresse | Région | Description | Date | Image | Action |