@php $googlePlayUrl = $googlePlayUrl ?? null; $appleAppStoreUrl = $appleAppStoreUrl ?? null; $align = $align ?? 'start'; $justify = match ($align) { 'center' => 'justify-center', 'end' => 'justify-end', default => 'justify-start', }; @endphp
@if (!filled($googlePlayUrl) && !filled($appleAppStoreUrl) && ($showHint ?? false))أضف روابط المتاجر من لوحة الأدمن → الإعدادات.
@endif