Bordereau de cotisation

{!! html()->label('Veuillez saisir la période de cotisation','per_cotis') !!} {!! html()->select('annee_cotis')->options($exercices) ->value(date('Y')-1) ->placeholder('') ->attributes(['id' => 'annee_cotis','class' => 'form-control selectpicker','data-width' => "100%",'style' => 'font-weight:bold;background:whitesmoke']) !!}

{!! html()->select('tri_cotis')->options([""=>"Choisissez un trimestre","T1"=>"1er trimestre","T2"=>"2e trimestre","T3"=>"3e trimestre","T4"=>"4e trimestre"]) ->value("") ->placeholder('') ->attributes(['id'=>'tri_cotis','class' => 'form-control selectpicker','data-width' => "100%",'style' => 'font-weight:bold;background:whitesmoke']) !!}

{!! html()->text('per_cotis', null)->placeholder('Libellé de la période')->attributes(['class' => 'form-control','id'=>'per_cotis']) !!}