File: D:/HostingSpaces/SBogers95/rentman.io/resources/views/site/components/quote.blade.php
<blockquote class="c-quote">
{{-- <div class="c-quote__icon">--}}
{{-- @include('site.components.icons.quoteSpeech')--}}
{{-- @include('site.components.token', ['icon' => 'speechBubble'])--}}
{{-- </div>--}}
<p class="c-quote__text">
<span class="c-quote__prefix">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 123 103.5"><path d="M28.956,103.6q-14.1,0-21.3-10.2Q.756,82.9.756,64.3q0-21.3,10.5-37.5T43.356.1l9.6,19.2q-13.5,6.9-20.4,15.9-6.6,8.7-6.6,22.2a10.526,10.526,0,0,1,3-.3,23.2,23.2,0,0,1,16.2,6q6.9,5.7,6.9,15.9,0,11.4-6.6,18A22.387,22.387,0,0,1,28.956,103.6Zm70.8,0q-14.1,0-21.3-10.2-6.9-10.5-6.9-29.1,0-21.3,10.5-37.5T114.156.1l9.6,19.2q-13.5,6.9-20.4,15.9-6.6,8.7-6.6,22.2a10.526,10.526,0,0,1,3-.3,23.2,23.2,0,0,1,16.2,6q6.9,5.7,6.9,15.9,0,11.4-6.6,18A22.387,22.387,0,0,1,99.756,103.6Z" transform="translate(-0.756 -0.1)" fill="currentColor" style="isolation:isolate"/></svg>
</span>
<q>{!! !empty($quoteText) ? nl2br($quoteText) : '' !!}</q>
</p>
@if(!empty($descriptionTerm))
<div class="c-quote__author">
@if($quoteOnDark)
@include('site.components.description', ['modifiers' => ['on-dark', 'invert-bold', 't-base']])
@else
@include('site.components.description', ['modifiers' => ['invert-bold', 't-base']])
@endif
</div>
@endif
</blockquote>