@extends('layouts.app') @section('title') Statuts @endsection @section('page-title') Statuts Gestion @endsection @section('button-top') Créer un statut @endsection @section('content')
# | 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 |