@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
{{--
Our locationGet direction on map
--}}
Email us{{ $contactEmail }}
Free Call{{ $contactPhone }}
{{--
Sign up / Log in --}}