@props(['testimonial']) @php $quote = app()->getLocale() === 'ar' ? ($testimonial->quote_ar ?? '') : ($testimonial->quote_en ?? $testimonial->quote_ar ?? ''); $name = $testimonial->client_name ?? ''; $role = $testimonial->client_role ?? ''; $company = $testimonial->client_company ?? ''; $rating = (int) ($testimonial->rating ?? 5); @endphp
@for($i = 0; $i < $rating; $i++) @endfor

"{{ $quote }}"

{{ mb_substr($name ?: 'م', 0, 1) }}

{{ $name }}

{{ trim($role . ($company ? ' · '.$company : '')) }}