@extends('layouts.dash') @section('title') Versements @stop @section('title_card',"") @section('content') @if (Session::has('message'))
| N° | Allocataire | Statut | Ile | District | Village | Naissance | @if($type_aide=="AAE")NbEnf Soc/Tot |
Prés/Abs | @endif @if($type_aide=="CSR")Conjoint | Conjoint Ressources |
QF | @endif @if($type_aide=="AGD")Commission | Groupe GIR | Fragilité | @endif @if($type_aide=="APH")Commission | Taux Handicap | Fragilité | @endifBanque/ModePmt | Titulaire | Compte | Rappel | Prélèvement/Indus | Montant | Total | Observations | Réduction |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {!! $versement->AllocataireIdPAD !!} | {!! $versement->destinataire_nom." ".$versement->destinataire_prenom !!} | {!! $versement->destinataire_statut !!} | {!! $versement->ile !!} | {!! $versement->district !!} | {!! $versement->village !!} | {!! $versement->AllocataireDateNaissance !!} | @if($type_aide=="AAE"){!! $versement->AllocataireNbEnfantsAAE !!} | {!! $versement->getAllocataireSituationWF() !!} | @endif @if($type_aide=="CSR"){!! $versement->ConjointNomComplet !!} | {!! $versement->retraite_conjoint !!} | {!! $versement->qf !!} | @endif @if($type_aide=="AGD"){!! $versement->date_commission !!} | {!! $versement->groupe_gir !!} | {!! $versement->score_fragilite !!} | @endif @if($type_aide=="APH"){!! $versement->date_commission !!} | {!! $versement->taux_handicap !!} | {!! $versement->score_fragilite !!} @endif | @if($versement->mode_versement=="NUM") NUMERAIRE{!! ($versement->procuration_nom)?" Avec procuration":"" !!} @if($versement->procuration_nom) {!! $versement->procuration_nom." ".$versement->procuration_prenom !!} @endif @endif @if($versement->mode_versement=="VIR") {!! $versement->BanqueNom !!} @endif | {!! $versement->titulaire !!} | @if($versement->mode_versement=="VIR") {!! $versement->compte !!} @endif | {!! $versement->montant_r !!} | {{ $versement->montant_prelevement }} | {!! $versement->montant !!} | {!! $versement->montant_r+$versement->montant-$versement->montant_prelevement !!} | {!! $versement->observations !!} | @if($versement->ReductionMandatIdPAD) {{ $versement->ReductionMandatIdPAD }} @else {{ $versement->ReductionMandatIdPAD }} @endif |