@extends('front.layouts.app') @section('content') @include('front.common.breadcrumb')

{!! __('What Our Clients Say') !!}

@if (!empty($testimonials)) @include('front.common.our-testimonial') @else
{!! __('No record found.') !!}
@endif
@if(count($testimonials)>0) {{$testimonials->links()}} @endif
@endsection