@php $contactEmail = isset($setting) ? json_decode($setting->content)->email ?? 'info@proactivepeers.com' : 'info@proactivepeers.com'; $contactPhone = isset($setting) ? json_decode($setting->content)->contact_no ?? '(207)402-2417' : '(207)402-2417'; @endphp