@yield('title')

@if (Session::get('success'))
{{ Session::get('success') }}
@endif
@if ($unites->count() > 0)
@foreach ($unites as $unite) @endforeach
Unité Slug Action
{{ $unite->unite }} {{ $unite->slug }}
@else
Corbeille

Aucun élément trouvé.

@endif