• {{ $companyprofile->phone ?? '' }}
    @php $whatsappPhone = Str::startsWith($companyprofile->phone, '+91') ? $companyprofile->phone : '+91' . $companyprofile->phone; @endphp
  • Send Whatsapp Message
{{--
--}}