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