@extends('layouts.squelette') @section('css_header') @endsection @section('titre') {{ __('Gestion des rapports prestataire') }} @endsection @section('titre_header') {{ __('Paramétrage') }} @endsection @section('titre_page') {{ __('Gestion des rapports prestataire') }} @endsection @section('panel_boutons') @endsection @section('contenu')
| {{ __('Libelle') }} | {{ __('Couleur de fond') }} | {{ __('Actif') }} | {{ __('Actions') }} |
|---|---|---|---|
| {{ $etat->div_nameFr }} | @php $color = $etat->div_color; @endphp | {!! $etat->div_active =='1' ? ''.trans('Oui').'' : ''.trans('Non').'' !!} | {{--@if( $statut->nb_di==0) @endif--}} |