{!! Form::text('type')
-> label(trans('statistic::statistics.label.type'))
-> placeholder(trans('statistic::statistics.placeholder.type'))!!}
{!! Form::decimal('value')
-> label(trans('statistic::statistics.label.value'))
-> placeholder(trans('statistic::statistics.placeholder.value'))!!}