HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
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>