@extends('ui.layout.withBanner') @section('contents')

What they said about us

@foreach ($testimonials as $testimonial)
{{ $testimonial->name }}

{!!$testimonial->content !!}

@if ($testimonial->link) Read more from original letter by client @endif
@endforeach
@endsection