@extends('backend.layout.master-tailwind') @section('title', __('All Integrations')) @section('admin_styles') @endsection @section('content') @php $m = 'get_static_option'; @endphp

{{ __('Integrations') }}

{{ __('Manage third-party integrations and tracking scripts') }}

{{-- Google Analytics GT4 --}}
{{ __('Google Analytics GT4') }}
{{ __('Configure Google Analytics (GT4) into the website.') }}
@if ($m('google_analytics_gt4_status') == 'on') {{ __('Active') }} @else {{ __('Inactive') }} @endif
{{-- Google Tag Manager --}}
{{ __('Google Tag Manager') }}
{{ __('Configure Google Tag Manager into the website.') }}
@if ($m('google_tag_manager_status') == 'on') {{ __('Active') }} @else {{ __('Inactive') }} @endif
{{-- Facebook Pixels --}}
{{ __('Facebook Pixels') }}
{{ __('Configure Facebook Pixels into the website.') }}
@if ($m('facebook_pixels_status') == 'on') {{ __('Active') }} @else {{ __('Inactive') }} @endif
{{-- AdRoll --}}
{{ __('AdRoll') }}
{{ __('Configure AdRoll pixels into the website.') }}
@if ($m('adroll_pixels_status') == 'on') {{ __('Active') }} @else {{ __('Inactive') }} @endif
{{-- WhatsApp --}}
{{ __('WhatsApp') }}
{{ __('Configure WhatsApp chat button into the website.') }}
@if ($m('whatsapp_status') == 'on') {{ __('Active') }} @else {{ __('Inactive') }} @endif
{{-- Messenger --}}
{{ __('Messenger') }}
{{ __('Configure Facebook Messenger chat into the website.') }}
@if ($m('messenger_status') == 'on') {{ __('Active') }} @else {{ __('Inactive') }} @endif
{{-- Tawk.to --}}
{{ __('Tawk.to') }}
{{ __('Configure Tawk.to live chat into the website.') }}
@if ($m('twakto_status') == 'on') {{ __('Active') }} @else {{ __('Inactive') }} @endif
{{-- Crisp --}}
{{ __('Crisp') }}
{{ __('Configure Crisp live chat into the website.') }}
@if ($m('crsip_status') == 'on') {{ __('Active') }} @else {{ __('Inactive') }} @endif
{{-- Tidio --}}
{{ __('Tidio') }}
{{ __('Configure Tidio live chat into the website.') }}
@if ($m('tidio_status') == 'on') {{ __('Active') }} @else {{ __('Inactive') }} @endif
{{-- Google Captcha V3 --}}
{{ __('Google reCAPTCHA V3') }}
{{ __('Configure Google reCAPTCHA V3 into the website.') }}
@if ($m('captcha_status') == 'on') {{ __('Active') }} @else {{ __('Inactive') }} @endif
{{-- Instagram --}}
{{ __('Instagram') }}
{{ __('Configure Instagram integration. Works when an Instagram feature is available.') }}
@if ($m('instagram_status') == 'on') {{ __('Active') }} @else {{ __('Inactive') }} @endif
{{-- ── Dialogs ─────────────────────────────────────────── --}} {{-- Google Analytics --}}

{{ __('Google Analytics GT4') }}

@csrf
{{-- Google Tag Manager --}}

{{ __('Google Tag Manager') }}

@csrf
{{-- Facebook Pixels --}}

{{ __('Facebook Pixels') }}

@csrf
{{-- AdRoll --}}

{{ __('AdRoll Pixels') }}

@csrf
{{-- WhatsApp --}}

{{ __('WhatsApp') }}

@csrf
{{-- Messenger --}}

{{ __('Messenger') }}

@csrf
{{-- Tawk.to --}}

{{ __('Tawk.to') }}

@csrf
{{-- Crisp --}}

{{ __('Crisp') }}

@csrf
{{-- Tidio --}}

{{ __('Tidio') }}

@csrf
{{-- Google Captcha V3 --}}

{{ __('Google reCAPTCHA V3') }}

@csrf
{{-- Instagram --}}

{{ __('Instagram') }}

@csrf
@endsection @section('script') @endsection