Testimonials
What are clients says
@foreach ($testimonials as $testimonial)
{!! CommonHelpers::displayImage(CommonHelpers::getmediaById($testimonial->user_profile)) !!}
@for ($i = 1; $i <= 5; $i++)
@endfor
{{ $testimonial->review }}
{{ $testimonial->user_name }}
{{ $testimonial->user_company }}
@endforeach