@if( ($benef_type=="A") || ($benef_type=="S") || ($benef_type=="R")|| ($benef_type=="C"))
@if( ($benef_type=="A") || ($benef_type=="S") ) Attestation de Paiements
{!! html()->radio('optionsRadios', false,'att_pmt')->attributes(['id' => 'att_pmt']) !!} {!! html()->label( 'Attestation de paiement','att_pmt') !!}
{!! html()->radio('optionsRadios', false,'att_last_pmt')->attributes(['id' => 'att_last_pmt']) !!} {!! html()->label( 'Attestation de Dernier paiement','att_last_pmt') !!}
{!! html()->radio('optionsRadios', false,'att_no_pmt')->attributes(['id' => 'att_no_pmt']) !!} {!! html()->label( 'Attestation de non paiement','att_no_pmt') !!}
{!! html()->radio('optionsRadios', false,'att_cess_pmt')->attributes(['id' => 'att_cess_pmt']) !!} {!! html()->label( 'Attestation de cessation de paiement','att_cess_pmt') !!}
@endif @if( ($benef_type=="R") || ($benef_type=="C") || (($benef_type=="S") && (($beneficiaire->statut=="SAV")|| ($beneficiaire->statut=="SAR"))) ) Retraite
{!! html()->radio('optionsRadios', false,'att_ret_mens')->attributes(['id' => 'att_ret_mens']) !!} {!! html()->label( 'Attestation de retraite mensuelle','att_ret_mens') !!}
{!! html()->radio('optionsRadios', false,'att_ret_an')->attributes(['id' => 'att_ret_an']) !!} {!! html()->label( 'Attestation de retraite annuelle','att_ret_an') !!}
{!! html()->text('ret_ann_annee', date('Y')-1) ->placeholder("Année") ->attributes([ 'id'=>'ret_ann_annee','class' => 'form-control','style'=>'padding-left:2px;text-align:center']) !!}
@if(($benef_type=="S")||($benef_type=="R"))
{!! html()->radio('optionsRadios', false,'att_alloc_vieil')->attributes(['id' => 'att_alloc_vieil']) !!} {!! html()->label( "Attestation de paiement de l'allocation vieillesse",'att_alloc_vieil') !!}
@endif @endif
@else

Aucune édition n'est disponible pour le statut :

Si ce bénéficiaire a un autre statut (Allocataire, Aides Social ...) vous devez accéder à sa fiche via la statut correspondant
@endif