File: D:/HostingSpaces/SBogers10/beat-the-barn.komma.nl/resources/views/components/testimonial.blade.php
<div class="o-testimonials__content">
<div class="o-testimonials__rating">
@include('components.rating', [
'ratingNumber' => $testimonialRating
])
</div>
@if(!empty($testimonialTitle))
<h3 class="o-testimonials__title">{!! $testimonialTitle !!}</h3>
@endif
@if(!empty($testimonialSubtitle))
<p class="o-testimonials__subtitle">{!! $testimonialSubtitle !!}</p>
@endif
@if(!empty($testimonialQuote))
<div class="o-testimonials__desc">{!! $testimonialQuote !!}</div>
@endif
</div>