{!! 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'))!!}
{!! $testimonial->files('image') ->url($testimonial->getUploadUrl('image')) ->mime(config('filer.image_extensions')) ->dropzone()!!}
{!! $testimonial->files('image') ->editor()!!}