{!! Form::text('name')
-> label(trans('happy::happy.label.name'))
-> required()
-> placeholder(trans('happy::happy.placeholder.name'))!!}
{!! Form::url('link')
-> label(trans('happy::happy.label.link'))
-> required()
-> placeholder(trans('happy::happy.placeholder.link'))!!}