@extends('layouts.client.layout') @section('title') {{ $title_meta->testimonial_title }} @endsection @section('meta') @endsection @section('client-content')
@foreach ($testimonials as $testimonial)

{{ $testimonial->description }}

{{ $testimonial->name }}

{{ $testimonial->designation }}
@endforeach
{{ $testimonials->links('client.paginator') }}
@endsection