@extends('layouts.app') @section('content')
Spending LP: Rp {{ number_format($totalSpent, 0, ',', '.') }}
AVG CPC: Rp {{ $performanceCount > 0 ? number_format($totalSpent / $performanceCount, 0, ',', '.') : '-' }}
Jumlah Contact: {{ $totalContact }}
Tanggal | CPContact | Kontak | Spent |
---|---|---|---|
{{ $detail['tanggal'] }} | {{ number_format(round((float) $detail['total_performance']), 0, ',', '.') }} | {{ $detail['contact'] ?? '-' }} | Rp {{ number_format((float) $detail['amount_spent'], 0, ',', '.') }} |