Graphique
| Publication / Ad | Campagne | Spend | {{ $resultLabel }} |
|---|---|---|---|
| {{ $postName }} | |||
|
{{ $reportAd->ad_name ?: 'Sans nom' }} |
{{ \Illuminate\Support\Str::limit($reportAd->campaign_name ?: '—', 28) }} | @include('integrations.meta.partials.spend-amount', [ 'amount' => $reportRow['spend'], 'usdToTndRate' => $usdToTndRate, 'class' => 'inline-block text-right', ]) | {{ number_format($resultValue, 0, ',', ' ') }} |
| Sous-total | @include('integrations.meta.partials.spend-amount', [ 'amount' => (float) ($postTotals['spend'] ?? 0), 'usdToTndRate' => $usdToTndRate, 'class' => 'inline-block text-right', ]) | {{ number_format($postResult, 0, ',', ' ') }} | |
| Total {{ $label }} | @include('integrations.meta.partials.spend-amount', [ 'amount' => $objectiveData['totals']['spend'], 'usdToTndRate' => $usdToTndRate, 'class' => 'inline-block text-right', 'tndClass' => 'text-white/80', ]) | {{ number_format($objectiveData['totals']['results'], 0, ',', ' ') }} | |