{{ $bank->description ?? block('offer.body.about_fallback', $isRtl ? 'أحد أبرز الشركاء الماليين في المملكة.' : 'One of the leading financial partners in the Kingdom.') }}
@php $groupedOffers = ($offers ?? collect())->groupBy(fn($o) => $o->service?->title ?? block('common.labels.general', $isRtl ? 'عام' : 'General')); @endphp @forelse($groupedOffers as $serviceName => $serviceOffers){{ $offer->description }}
@endif @endforeach @empty{{ block('offer.body.no_offers', $isRtl ? 'لا توجد عروض متاحة حاليًا.' : 'No offers available at the moment.') }}
@endforelse