@extends('layouts.dash') @section('title') Indus @stop @section('title_card',"") @section('content') @if (Session::has('message'))
| N° | Allocataire | Nom | Date | Versements Indus | Statut | Montant | Observations | |
|---|---|---|---|---|---|---|---|---|
| {!! $indu->IdPAD !!} | {!! $indu->AllocataireIdPAD !!} | {!! $indu->AllocataireNom !!} | {!! $indu->Date !!} | {!! $indu->getVersements() !!} | {!! $indu->statut !!} | {!! number_format($indu->montant,0,","," ") !!} | {!! $indu->observations !!} |