@extends('layouts.admin') @section('content')
Structure académique complète de l'institution
{{ session('success') }}
| Ordre | Filière | Niveaux | Statut | Actions |
|---|---|---|---|---|
| {{ $filiere->ordre }} |
{{ $filiere->nom }} @if($filiere->description){{ Str::limit($filiere->description, 60) }} @endif |
|
@if($filiere->statut) Actif @else Inactif @endif | |
|
Aucune filière disponible Commencez par créer votre première filière |
||||