Manajemen Contact Person

Kelola data contact person dari setiap client

@if (session()->has('message')) @endif
Total Contact
{{ $stats['total'] }}
Aktif
{{ $stats['active'] }}
Kontak Utama
{{ $stats['primary'] }}
Decision Maker
{{ $stats['decision_makers'] }}
@forelse($contacts as $contact)
{{ $contact->name }} @if($contact->is_primary) @endif
{{ $contact->title }}
{{ $contact->client->name }}
{!! $contact->status_badge !!}
@if($contact->email || $contact->mobile || $contact->phone)
@if($contact->email)
📧 {{ $contact->email }}
@endif @if($contact->mobile)
📱 {{ $contact->mobile }}
@elseif($contact->phone)
📞 {{ $contact->phone }}
@endif
@endif
@empty

Belum ada contact person

Tambah Contact Person
@endforelse
@if($contacts->hasPages())
{{ $contacts->links() }}
@endif
@if($showDeleteModal) @endif