New Testimonial
{{Form::label('name', 'Testimonial Name', ['class'=>'required col-md-2'])}}
{{Form::text('name', '', ['class'=>'form-control', 'placeholder'=>'Testimonial Name','required'])}}
{{Form::label('image', 'Image', ['class'=>'col-md-2'])}}
}})
{{ Form::file('image', array('class' => 'form-control file-upload', 'accept'=>'image/*')) }}
{{Form::label('description', 'Description', ['class'=>'col-md-2 required'])}}