{!! Form::text('client_name')
-> label(trans('testimonial::testimonial.label.client_name'))
-> required()
-> placeholder(trans('testimonial::testimonial.placeholder.client_name'))!!}
{!! Form::textarea('client_msg')
-> label(trans('testimonial::testimonial.label.client_msg'))
-> dataUpload(trans_url($testimonial->getUploadURL('client_msg')))
-> required()
-> addClass('html-editor')
-> placeholder(trans('testimonial::testimonial.placeholder.client_msg'))!!}
{!! Form::text('status')
-> label(trans('testimonial::testimonial.label.status'))
-> required()
-> placeholder(trans('testimonial::testimonial.placeholder.status'))!!}