@extends('layouts.app', ['title' => __tr('Facebook API Setup')]) @section('content')
{{-- Header --}}

{{ __tr('Facebook API Setup') }}

{{ __tr('Configure Facebook Messenger API for your business page') }}

@if(getVendorSettings('enable_facebook_messaging')) {{ __tr('Enabled') }} @else {{ __tr('Disabled') }} @endif
{{-- Configuration Form --}}
{{-- Facebook Page Settings --}}

{{ __tr('Facebook Page Configuration') }}

{{ __tr('Your Facebook Business Page ID') }}
{{ __tr('Your Facebook Page Name (optional)') }}
{{ __tr('Your Facebook Page Access Token with required permissions (pages_messaging, pages_show_list)') }}
{{-- Facebook App Settings --}}

{{ __tr('Facebook App Configuration') }}

{{ __tr('Your Facebook App ID') }}
{{ __tr('Your Facebook App Secret') }}
{{-- Webhook Settings (Removed for now) --}} {{-- Will be added back when webhook functionality is needed --}} {{-- Messaging Settings --}}

{{ __tr('Messaging Settings') }}

{{ __tr('Enable or disable Facebook messaging functionality') }}
{{ __tr('Facebook User ID for testing messages') }}
{{-- Test Connection --}}
{{-- Footer --}}
{{-- Help Modal --}} @endsection