@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 {{-- --}} @include('front.scripts.cal') @if (session()->has('success')) @endif @if (session()->has('error')) @endif