@extends('layout.guest') @section('content') {{-- Testimony --}}

Testimony

@foreach ($testimonies as $testimony)
{!! displayRichText($testimony->description) !!}
{{ $testimony->client_name ?? '-' }}
@endforeach
@endsection