@php($faqs = [
[
'question' => 'What does Reply.Reviews access on my Google account, and why?',
'answer' => "We request two separate permissions: Google Calendar (read-only) to detect appointments and time your review invites, and Google Business Profile (management) to read incoming reviews and post your replies. We don't edit, create, or delete your business listing — only read reviews and post replies.",
],
[
'question' => 'How do I disconnect Google Calendar or Google Business Profile?',
'answer' => 'Go to Settings → Connections in your dashboard and click Disconnect next to either integration. You can also revoke access anytime directly from your Google Account permissions page.',
],
[
'question' => "My review invites aren't sending — what should I check?",
'answer' => 'Confirm Calendar is still connected under Settings → Connections, and that the appointment has a valid customer email attached. Check your Plan tab to confirm you have not hit your monthly invite limit.',
],
[
'question' => 'How do I cancel or change my plan?',
'answer' => 'Go to the Plan tab in your dashboard — upgrade, downgrade, or cancel anytime. There is no contract, and you keep access through the end of your current billing period.',
],
[
'question' => 'Is there a free plan?',
'answer' => 'Yes — 25 invites and 5 AI replies per month, no card required.',
],
[
'question' => 'Can I send invites manually, not just automatically?',
'answer' => 'Yes — manual invites work for walk-ins or one-off customers alongside the automatic calendar-based flow.',
],
])
@foreach ($faqs as $faq)
@endforeach