@extends("app") @section('head_title', 'Testimonials | '.getcong('site_name') ) @section('head_url', Request::url()) @section("content")

Our Clients Say

Check our great words from our great clients
@foreach($alltestimonials as $i => $testimonials)
@if($testimonials->t_user_image) Client Image @else Client Image @endif
{{$testimonials->name}}
{{$testimonials->designation}}
{!! stripslashes($testimonials->testimonial) !!}
@endforeach
@include('_particles.pagination', ['paginator' => $alltestimonials])
@endsection