⏸
@if($business->logo ?? false)
 }})
@endif
{{ $business->name ?? 'Business' }}
This business is temporarily unavailable. Please check back later or contact them directly.
@if(($business->phone ?? false) || ($business->whatsapp_number ?? false))
@if($business->phone ?? false)
📞 Call
@endif
@if($business->whatsapp_number ?? false)
💬 WhatsApp
@endif
@endif