{!! Form::date('date_engagement', null, ['class' => 'form-control','id'=>'date_engagement', 'placeholder'=>'Sélectionner une date', 'aria-describedby'=>'floatingInputHelp', 'maxlength' => 254]) !!} {!! Form::label('date_engagement', 'Date engagement :',['for'=>'date_engagement']) !!}
{!! Form::label('id_redevable', 'Nom du Redevable :', ['style' => 'padding-top:1px']) !!} @foreach ($redevables as $redevable) @endforeach
{{--
{!! Form::date('date_fin_engagement', null, ['class' => 'form-control','id'=>'date_fin_engagement', 'placeholder'=>'Sélectionner une date', 'aria-describedby'=>'floatingInputHelp', 'maxlength' => 254]) !!} {!! Form::label('date_fin_engagement', 'Date fin engagement :',['for'=>'date_fin_engagement']) !!}
--}}
{!! Form::number('mensualite', null, ['class' => 'form-control','id'=>'floatingInputAcompte', 'placeholder'=>'La mensualité', 'aria-describedby'=>'floatingInputHelp', 'maxlength' => 254]) !!} {!! Form::label('mensualite', 'Mensualité :',['for'=>'floatingInputAcompte']) !!}
{!! Form::date('date_debut', null, ['class' => 'form-control','id'=>'date_debut', 'placeholder'=>'La date de début', 'aria-describedby'=>'floatingInputHelp', 'maxlength' => 254]) !!} {!! Form::label('date_debut', 'Date de première échéance :',['for'=>'date_debut']) !!}
{!! Form::label('id_moyenpaiement', 'Moyen de paiement :',['for'=>'id_moyenpaiement', 'style' => 'padding-top:1px']) !!}
{!! Form::text('lieu', null, ['class' => 'form-control','id'=>'floatingInputLieu', 'placeholder'=>'Le lieu de l\'engagement', 'aria-describedby'=>'floatingInputHelp', 'maxlength' => 50]) !!} {!! Form::label('lieu', 'Lieu engagement :',['for'=>'floatingInputLieu']) !!}
{!! Form::hidden('je_mengage', 0, ['class' => 'form-check-input']) !!} {!! Form::checkbox('je_mengage', '1', true, ['class' => 'form-check-input', 'id' => 'je_mengage']) !!} {!! Form::label('je_mengage', 'Je m\'engage', ['class' => 'form-check-label']) !!}