{!! html()->label('Mode de cotisation','mode_cotis') !!}
Trimestrielles : {!! html()->radio('mode_cotis',($mode!="create")?$employeur->mode_cotis:null,'1' ) ->attributes([($mode=="show"?'disabled':''),'class' => '']) !!}     Mensuelles : {!! html()->radio('mode_cotis',($mode!="create")?$employeur->mode_cotis:null,'2' ) ->attributes([($mode=="show"?'disabled':''),'class' => '']) !!}
@if($mode!="create")
{!! html()->label( 'Dernière cotisation','der_cotis') !!}
{!! html()->text('der_cotis', null)->attributes([($mode=="show"?'disabled':''),'class' => 'form-control']) !!}
CFP
{!! html()->label('der_mois', 'Mois concerné') !!}
{!! html()->text('der_mois', ($mode!="create")?$employeur->der_mois:null) ->attributes([($mode=="show"?'disabled':''),'placeholder' => 'Mois concerné', 'class' => 'form-control']) !!}
{!! html()->label( 'Solde antérieur','solde') !!}
{!! html()->text('soldei', null)->attributes([($mode=="show"?'disabled':''),'class' => 'form-control']) !!}
CFP
{!! html()->label( 'Dernière MED','date_med') !!}
{!! html()->text('date_med', ($mode!="create")?$employeur->date_med:null) ->attributes([($mode=="show"?'disabled':''),'placeholder' => 'Dernière MED', 'class' => 'form-control']) !!}
{!! html()->label( 'Dernière MAJ','date_maj') !!}
{!! html()->text('date_maj', ($mode!="create")?$employeur->date_maj:null) ->attributes([($mode=="show"?'disabled':''),'placeholder' => 'Dernière MAJ', 'class' => 'form-control']) !!}
{!! html()->label( 'Libellé','nom_cont') !!} {!! html()->text('nom_cont', null)->attributes([($mode=="show"?'disabled':''),'placeholder' => 'Libellé du contentieux', 'class' => 'form-control']) !!}
{!! html()->label( 'Date du contentieux','date_cont') !!}
{!! html()->text('date_cont', ($mode!="create")?$employeur->date_cont:null) ->attributes([($mode=="show"?'disabled':''),'placeholder' => 'Dernière MAJ', 'class' => 'form-control']) !!}
Liste des cotisations (2 dernières années)
@if(isset($t_cot_enc['transaction'])) @for($i=0;$i @endfor @endif
IdCotis Transac. Exercice Date Mois Nb Mois Observations Date encais. Date Dépôt. Débit Crédit
@if(($user->can("COT_VISU") || $user->HasRole("ADMINISTRATEUR"))&&($t_cot_enc['id_cotisation'][$i])) {!! $t_cot_enc['id_cotisation'][$i] !!} @else {!! $t_cot_enc['id_cotisation'][$i] !!} @endif @if(1==0) C @endif @if(($user->can("GLI_VISU") || $user->HasRole("ADMINISTRATEUR"))&&($t_cot_enc['transaction'][$i])) @endif {!! $t_cot_enc['transaction'][$i] !!} @if(($user->can("GLI_VISU") || $user->HasRole("ADMINISTRATEUR"))&&($t_cot_enc['transaction'][$i])) @endif {!! $t_cot_enc['exercice'][$i] !!} {!! $t_cot_enc['date'][$i] !!} {!! $t_cot_enc['mois'][$i] !!} {!! $t_cot_enc['nbmois'][$i] !!} {!! $t_cot_enc['observation'][$i] !!} {!! $t_cot_enc['date_enc'][$i] !!} {!! $t_cot_enc['date_depot'][$i] !!} {!! $t_cot_enc['debit'][$i] !!} {!! $t_cot_enc['credit'][$i] !!}
@if($mode=="show")
Attestation de régularité Attestation de paiement échelonné Attestation simple Attestation de Situation
@endif @endif