@if($conjoint)
{!! html()->label( 'Montant Retraite du conjoint CPSWF','montant_retraite_conjoint') !!}
{!! html()->text('montant_retraite_conjoint', $allocataire->RetraiteConjoint)->attributes(['disabled', 'class' => 'text-success text-right form-control']) !!}
CFP
Dernière mise à jour de la fiche conjoint CPSWF : {{ $conjoint->UpdatedAt }}
@else
Aucun conjoint
@endif
{!! html()->label('Montant CSR','montant_csr') !!}
{!! html()->text('montant_csr', null)->placeholder('Montant')->attributes(['id' => 'montant_csr','disabled', 'class' => 'text-success text-right form-control']) !!}
CFP
{!! html()->label( 'Montants rappel','rappel_csr') !!}
{!! html()->text('rappel_csr', null)->placeholder('Montant rappel')->attributes(['id' => 'rappel_csr',($mode=="show" || !$maj_aide)?'disabled':'', 'class' => 'text-danger text-right form-control']) !!}
CFP
{!! html()->label( 'Total à verser','total_csr') !!}
{!! html()->text('total_csr', null)->attributes(['id' => 'total_csr','disabled', 'class' => 'text-danger text-right form-control']) !!}
CFP
{!! html()->label('Observations destinées au prochain versement','obs_csr',) !!} {!! html()->textarea('obs_csr', null)->attributes([($mode=="show" || !$maj_aide)?'disabled':'', 'class' => 'form-control', 'rows'=>'3']) !!}
@if($allocataire->getLastVersement("CSR"))  Attestation de paiement @else

Aucun versement encore effectué

@endif
{!! html()->label('Historique des versements CSR','obs_csr',) !!} @foreach($versements as $versement) @if($versement->type=="CSR") @endif @endforeach
Id N°Imp Date Montant Rappel Montant Total Observations
{{ $versement->IdPAD }} {{ $versement->NumImpPAD }} {{ $versement->date }} {{ $versement->montant_r }} {{ $versement->montant }} {{ $versement->montant_r+$versement->montant }} {{ $versement->observations }}