@extends('layouts.appfordashadmin') @section('title') Acceuil @endsection {{-- This page css --}} @section('head') @endsection @section('content-title') {{-- Le titre du contenu qui a gauche en haut dans le content --}} Acceuil @endsection @section('content')
@if (sizeof($entities) > 0) @foreach ($entities as $entity)
image
{{--

EPAC

--}} {{$entity[0]->sigle}}
@endforeach @else

Aucune autre entité disponible

@endif
@endsection @section('script') @endsection