@extends('layouts.master') @section('pagetitle') Liste des établissements - ADMIN ALTER IPSO @endsection @section('topband') @include('partials.topband_con') @endsection @section('sidebar') @include('partials.sidebar_admin', ['open' => 'etabs']) @endsection @section('content')

LISTE DES ÉTABLISSEMENTS

ÉTABLISSEMENTS
@include('partials.infos') @foreach($etabs as $etab) @endforeach
NOM E-MAIL INFOS SUPP. ACTION
{{ $etab->nom }} {{ $etab->user->email }} DÉTAILS METTRE À JOUR SUPPRIMER
@include('partials.footer')
@endsection