{!! Form::label('total_value_description', 'Total value description:', ['class' => 'control-label col-sm-2']) !!}
{!! Form::text('total_value_description', null, ['class' => 'form-control', 'required', 'maxlength' => 30,
'data-toggle' => 'tooltip', 'title' => 'Description for total value of agreement (appears on statements in summary section)']) !!}
{!! Form::label('initial_value_description', 'Initial value description:', ['class' => 'control-label col-sm-2']) !!}
{!! Form::text('initial_value_description', null, ['class' => 'form-control', 'maxlength' => 30,
'data-toggle' => 'tooltip', 'title' => 'Description for initial value of agreement (appears on statements as opening line)']) !!}