@extends('layouts.dash') @section('title') Réductions de mandat @stop @section('title_card',"") @section('content') @if (Session::has('message'))
| Id | Allocataire | Versement | Date Versement | Aide | Nom | Mandat | Saisie | Statut | Montant | Observations |
|---|---|---|---|---|---|---|---|---|---|---|
| {!! $reduction_mandat->IdPad !!} | {!! $reduction_mandat->AllocataireIdPAD !!} | @if(($user->hasRole("ADMINISTRATEUR") || $user->can("VERS_VISU"))) @endif {{ $reduction_mandat->VersementNumimpPAD }} @if(($user->hasRole("ADMINISTRATEUR") || $user->can("VERS_VISU"))) @endif | {!! $reduction_mandat->VersementDate !!} | {!! $reduction_mandat->VersementTypeAide !!} | {!! $reduction_mandat->AllocataireNom !!} | {!! $reduction_mandat->mandat !!} | {!! $reduction_mandat->Date !!} | {!! $reduction_mandat->statut !!} | {!! number_format($reduction_mandat->VersementMontant,0,","," ") !!} | {!! $reduction_mandat->observations !!} |