@php $whatsapp = $settings->whatsapp ?? []; $isConnected = ! empty($whatsapp['facebook_connected']); @endphp
WhatsApp
@if($isConnected)
Connected with Facebook — {{ $whatsapp['facebook_page_name'] ?? 'WhatsApp Business' }}
@csrf
@include('hotel.settings.partials._whatsapp-config-form')
@else
@csrf
@endif