@trans('crm.CRM Key Performance Indicators (KPIs)')

@trans('crm.Lead Conversion Rate')
{{ $kpis['conversion_rate'] }}%
@trans('crm.Won Revenue')
{{ number_format($kpis['won_value'], 2) }}
@trans('crm.Customer Satisfaction')
{{ $kpis['avg_satisfaction'] }}/10
@trans('crm.Pipeline Value')
{{ number_format($kpis['pipeline_value'], 2) }}

@trans('crm.Conversion Funnel')

@trans('crm.Service Metrics')

@trans('crm.Avg Response Time') {{ $kpis['avg_response_time'] }} @trans('crm.hours')
@trans('crm.Total Leads Processed') {{ $kpis['total_leads'] }}
@trans('crm.Total Opportunities') {{ $kpis['total_opps'] }}
@push('scripts') @endpush