{!! Form::text('name')
-> label(trans('report::report.label.name'))
-> placeholder(trans('report::report.placeholder.name'))!!}
{!! Form::text('json')
-> label(trans('report::report.label.json'))
-> placeholder(trans('report::report.placeholder.json'))!!}
{!! Form::text('type')
-> label(trans('report::report.label.type'))
-> placeholder(trans('report::report.placeholder.type'))!!}