@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
Send Enquiry
๐
Message Sent!
We'll get back to you shortly.