{!! html()->label('Historique des versements','',) !!} @if(($allocataire->NbReductionMandat)||($allocataire->NbIndus)) @endif @foreach($versements as $versement) @if(($allocataire->NbReductionMandat)||($allocataire->NbIndus)) @endif @endforeach
N°Imp Type Aide Date Mode Compte Procuration Montant Rappel Montant Total ObservationsIndus ou
Réd.Mandat
@if(($user->hasRole("ADMINISTRATEUR") || $user->can("VERS_VISU"))) @endif {{ $versement->NumImpPAD }} @if(($user->hasRole("ADMINISTRATEUR") || $user->can("VERS_VISU"))) @endif {{ App\Models\MyApp::TYPES_AIDES[$versement->type] }} {{ $versement->date }} {{ $versement->mode_versement }} {{ $versement->compte }} {{ $versement->procuration_nom." ".$versement->procuration_prenom }} {{ $versement->montant_r }} {{ $versement->montant }} {{ $versement->montant_r+$versement->montant }} {{ $versement->observations }} @if(($user->hasRole("ADMINISTRATEUR") || $user->can("INDUS_VISU"))) @if($versement->ReductionMandatIdPAD) {{ "RM:".$versement->ReductionMandatIdPAD }} @elseif($versement->InduIdPAD) {{ "INDU:".$versement->InduIdPAD }} @else @if($versement->ReductionMandatIdPAD){{ "RM:".$versement->ReductionMandatIdPAD }} @endif @if($versement->InduIdPAD){{ "INDU:".$versement->InduIdPAD }} @endif @endif @else @if($versement->ReductionMandatIdPAD){{ "RM:".$versement->ReductionMandatIdPAD }} @endif @if($versement->InduIdPAD){{ "INDU:".$versement->InduIdPAD }} @endif @endif