{!! 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)
@foreach ($cotisations as $cotisation) @endforeach
IdCotis Transaction Exercice Date Mois Nb Mois Bord. Date encais. Date Dépôt. CLR CCPF Débit Crédit
@if($user->can("COT_VISU") || $user->HasRole("ADMINISTRATEUR")) @endif {!! $cotisation->id !!} @if($user->can("COT_VISU") || $user->HasRole("ADMINISTRATEUR")) @endif @if(($user->can("GLI_VISU") || $user->HasRole("ADMINISTRATEUR"))&&($cotisation->transaction)) @endif {!! $cotisation->transaction !!} @if(($user->can("GLI_VISU") || $user->HasRole("ADMINISTRATEUR"))&&($cotisation->transaction)) @endif {!! $cotisation->exercice !!} {!! $cotisation->date !!} {!! $cotisation->mois !!} {!! $cotisation->nbmois !!} {!! ($cotisation->bdx)?"PU".$cotisation->bdx:"" !!} {!! ($cotisation->bdx_prive)?"PR".$cotisation->bdx_prive:"" !!} {!! $cotisation->encais_date !!} {!! $cotisation->date_depot !!} {!! $cotisation->clr !!} {!! $cotisation->ccpf !!} {!! $cotisation->debit !!} {!! $cotisation->credit !!}
Liste des encaissements comptables
@foreach ($reglements_cotisations as $reglement) @endforeach
Transaction Date Date Pièce Ref. Compte Désignation Trimestre Débit Crédit
{!! $reglement->transaction !!} {!! $reglement->date_doc !!} {!! $reglement->date_ref !!} {!! $reglement->ref_doc !!} {!! $reglement->compte." ".$reglement->compte_label !!} {!! $reglement->designation !!} {!! $reglement->trim !!} {!! $reglement->debit !!} {!! $reglement->credit !!}
Attestation de régularité Attestation de paiement échelonné Attestation simple Attestation de Situation
@endif