@if ($errors)
@foreach ($errors->all() as $error)
{{ html()->modelForm($cotisation, 'PUT', url('cotisations_encaiss/' . $cotisation->id))->open() }}
{{ html()->hidden('sonum',$cotisation->sonum) }}
{{ html()->hidden('origine',$origine) }}
{!! html()->button('Enregistrer')->value('Enregistrer')->type('submit')->attributes(['class' => 'btn btn-primary']) !!}
{{ html()->form()->close() }}