{!! Form::text('name')
-> label(trans('testimonial::testimonial.label.name'))
-> placeholder(trans('testimonial::testimonial.placeholder.name'))!!}
{!! Form::text('description')
-> label(trans('testimonial::testimonial.label.description'))
-> placeholder(trans('testimonial::testimonial.placeholder.description'))!!}
{!! Form::text('location')
-> label(trans('testimonial::testimonial.label.location'))
-> placeholder(trans('testimonial::testimonial.placeholder.location'))!!}
{!! Form::text('image')
-> label(trans('testimonial::testimonial.label.image'))
-> placeholder(trans('testimonial::testimonial.placeholder.image'))!!}