@extends('layouts.app') @section('title', 'Performance Analytics — HIGHRA CRM') @section('header', 'Performance Analytics') @section('content')

Performance Analytics

Multi-platform acquisition and sales performance

Export
Ad Spend
{{ format_inr($adSpend, 0) }}
@if($metaConnection) Meta Connected @else Connect Meta @endif
Captured Leads
{{ $totalLeads }}
All platforms
Blended CPL
{{ format_inr($blendedCpl, 0) }}
Cost per lead
Avg Response
{{ $avgResponse }}
Target < 5 min
Conversion
{{ $conversionRate }}%
Won / leads

Platform ROI & CPL

Meta, Google, TikTok and LinkedIn

@if(!$hasConnectedPlatforms && $adSpend == 0)
No advertising platforms connected yet.
@else
@foreach($platforms as $p) @endforeach
Platform Status Spend Leads CPL Won Deals
{{ $p['name'] }} @if($p['connected']) Connected @else Not Connected @endif {{ format_inr($p['spend'], 0) }} {{ $p['leads'] }} {{ format_inr($p['cpl'], 0) }} {{ $p['won'] }}
@endif
@endsection