@props(['testimonial'])
merge(['class' => 'card flex h-full flex-col p-6']) }}>
@for ($i = 1; $i <= 5; $i++) @endfor

“{{ $testimonial->message }}”

@if ($testimonial->photoUrl()) {{ $testimonial->name }} @else
{{ mb_substr($testimonial->name, 0, 1) }}
@endif

{{ $testimonial->name }}

@if ($testimonial->location)

{{ $testimonial->location }}

@endif