{!! Form::hidden('id', null, ['id' => 'id']) !!} {!! Form::hidden('agreement_id', null, ['id' => 'agreement_id']) !!}
{!! Form::label('type_id', 'Type:', ['class' => 'control-label col-sm-2']) !!}
{!! Form::select('type_id', $type_list, null, ['class' => 'form-control', 'required']) !!}
{!! Form::label('amount', 'Amount:', ['class' => 'control-label col-sm-2']) !!}
{!! Form::text('amount', null, ['class' => 'form-control', 'type' => 'number', 'required']) !!}