@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
"{{ $quote }}"
{{ $name }}
{{ trim($role . ($company ? ' · '.$company : '')) }}