{!! Form::label('type', t('Type')) !!}
{!! Form::label('amount', t('Amount')) !!}
{!! Form::number('amount', null, ['class' => 'text-right form-control', 'min' => 0, 'step' => '0.01']) !!}
{!! Form::label('description', t('Description')) !!}
{!! Form::text('description', null, ['class' => 'form-control']) !!}