@php $defaultPrivacySections = [
['title' => 'Information We Collect', 'content' => 'We may collect your name, email address, phone number, and professional affiliation when you register, subscribe, or contact us through the website.'],
['title' => 'How We Use Your Data', 'content' => 'Your information is used to communicate about events, respond to inquiries, and improve our services. We do not sell your data to third parties.'],
['title' => 'Cookies', 'content' => 'This site may use essential cookies for functionality and analytics. You can control cookie preferences through your browser settings.'],
['title' => 'Contact', 'content' => "For questions about this policy, email " . \App\Models\SiteSetting::get('contact_email', 'info@faithandfuturesummit.com') . "."],
]; $sections = \App\Models\SiteSetting::get('privacy_sections', $defaultPrivacySections); @endphp
@foreach($sections as $i => $sec)
@endforeach
{{ \App\Models\SiteSetting::get('privacy_intro', 'Faith & Future Summit ("FFS," "we," "us") is committed to protecting your privacy. This policy describes how we collect, use, and safeguard your personal information.') }}