{!! Form::text('title')
-> label(trans('master::targetgroup.label.title'))
-> placeholder(trans('master::targetgroup.placeholder.title'))!!}
{!! Form::text('description')
-> label(trans('master::targetgroup.label.description'))
-> placeholder(trans('master::targetgroup.placeholder.description'))!!}