@extends('layouts.master') @section('title', 'AllPaies_contracuels') @section('parentPageTitle', 'AllPaies') @section('page-style') @stop @section('content')
| No | Nom du contractuel | Numero de compte | Montant payé | Mois | Status Paie | Action |
|---|---|---|---|---|---|---|
| {{$index++}} | {{$i->name}} | {{$i->numero_compte}} | {{number_format($i->montant_paye, 0, ',', ' ')}} | {{$i->mois_exercice}} | @if($i->etat_paye == 1) en attente @elseif( $i->etat_paye == 2) payé @endif | @if($i->etat_paye == 1) Payer @endif |
| Total (Exemple fictif) | ||||||