{!! 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'))!!}
{!! Form::text('date') -> placeholder(trans('statistic::statistics.placeholder.date')) ->raw()!!}