{!! Form::label('id_engagement', 'Id Engagement :', ['style' => 'padding-top:1px']) !!} @foreach ($engagement_idss as $engagement_id) @foreach ($redevables_idss as $redevable) @if ($engagement_id->id_redevable === $redevable->id) @endif @endforeach @endforeach {!! Form::hidden('id_engagement', null, ['id' => 'id_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 début :',['for'=>'date_debut']) !!}
{!! Form::date('date_fin', null, ['class' => 'form-control','id'=>'date_fin', 'placeholder'=>'La date de fin', 'aria-describedby'=>'floatingInputHelp', 'maxlength' => 254]) !!} {!! Form::label('date_fin', 'Date Fin :',['for'=>'date_fin']) !!}



@push('page_scripts') @endpush