@yield('title')
@if ($systemes->count() > 0)
@foreach ($systemes as $systeme)
@endforeach
@else
@endif
@foreach ($systemes as $systeme)
@if ($systeme->depart == 'on')
@else
@endif
@if ($systeme->repartition == 'on')
@else
@endif
@if ($systeme->activites == 'on')
@else
@endif
@if ($systeme->bons == 'on')
@endforeach
@else
@endif
Départ
@if ($systeme->depart == 'on')Actif
@elseNon actif
@endifRépartition
@if ($systeme->repartition == 'on')Actif
@elseNon actif
@endifActivités
@if ($systeme->activites == 'on')Actif
@elseNon actif
@endifBons
@if ($systeme->bons == 'on')Actif
@elseNon actif
@endifAucune donnée disponible.
Ajouter