@if($business->logo) @else
{{ strtoupper(substr($business->name,0,1)) }}
@endif

{{ $qrPage->title ?? 'Contact Us' }}

{{ $business->name }}

@if($business->phone) ๐Ÿ“ž {{ $business->phone }} @endif @if($business->whatsapp_number) ๐Ÿ’ฌ Chat on WhatsApp @endif @if($business->email) โœ‰๏ธ {{ $business->email }} @endif @if($business->address)
๐Ÿ“ {{ $business->address }}{{ $business->city ? ', '.$business->city : '' }}
@endif

Send an Enquiry