Testimonial Setting
{!! Form::select('testimonial_status', ['1'=>'Show','0'=>'Hide'], null, ['class' => 'form-control border-form']) !!} @include('includes.form_fields_validation_message', ['name' => 'testimonial_status'])
{!! Form::label('testimonial_title', 'Title', ['class' => 'col-sm-3 control-label']) !!}
{!! Form::text('testimonial_title', null, ["placeholder" => "", "class" => "form-control border-form"]) !!} @include('includes.form_fields_validation_message', ['name' => 'testimonial_title'])