@extends('app') @section('title', 'Parametre') @section('link') @endsection @section('content')
| Libelle | Montant | Etat | Statut | Actions | |
|---|---|---|---|---|---|
| {{ $i <= 9 ? '0'.$i++:$i++ }} | {{ ucwords($item['libelle']) }} | {{ formatMontant($item['montant']).' FR CFA' }} | {{ getEtatServie($item['etat']) }} | {{ $item['status'] ? 'Actif':'Inactif' }} |