@extends('layouts.app') @section('title') Statuts @endsection @section('page-title') Statuts Gestion @endsection @section('button-top') Créer un statut @endsection @section('content')
{{-- TO DO https://stackoverflow.com/questions/12228644/how-to-detect-light-colors-with-php --}} @if (count($statuts)) @foreach ($statuts as $statut) @endforeach @else @endif
# Statut Couleurs Aperçu Gestion
{{ $statut->id }} {{ $statut->name }} {{ $statut->color }} / {{ $statut->bg_color }} {{ $statut->name }} @include('suivi.statuts.index_gestion', ['statut' => $statut ])
Aucun statut
Créer un statut
@endsection