@extends('layouts.app') @section('title', 'CRM Integration') @section('content')
@include('admin.partials.sidebar')
@include('admin.partials.topbar')

CRM Integration

Integrasi dengan sistem CRM eksternal

Accounting Integration
@if(!$enabled)

CRM Tidak Aktif

Aktifkan CRM dengan mengatur variabel berikut di file .env:

CRM_ENABLED=true
CRM_PROVIDER=hubspot
CRM_API_KEY=your_api_key
@else

{{ ucfirst($provider) }}

CRM Provider

Connected

Sync Customer

Sync data customer ke CRM untuk tracking leads.

@csrf

Test Connection

Test koneksi ke CRM provider.

Fitur CRM Integration

Contact Sync

Sync data customer sebagai contact di CRM

Deal Tracking

Buat deal otomatis saat customer berlangganan

Activity Log

Log aktivitas customer ke CRM

@endif
@push('scripts') @endpush @endsection