| Account name | Campaign | Package name | Date | Cost | Conversions | Cost/conv | All conv. value/cost | Cost(VND) | @if (Auth::user()->role_id == 1)Hành động | @endifTổng | {{ number_format($totals->total_cost ?? 0, 2) }} | {{ $totals->total_conversions ?? 0 }} | {{ number_format($totals->avg_cpc ?? 0, 2) }} | {{ number_format($totals->avg_cvpc ?? 0, 2) }} | {{ number_format($totals->total_cost_vnd ?? 0) }} | @if (isset($googleReports) && count($googleReports) === 0) |
|---|---|---|---|---|---|---|---|---|---|
| Không có dữ liệu | |||||||||
| {{ $r->account_name ?? 'N/A' }} | {{ $r->campaign_name ?? '' }} | {{ $r->package_name ?? '' }} | {{ optional($r->report_date)->format('Y-m-d') }} | {{ number_format($r->cost, 2) }} | {{ $r->conversions }} | {{ $r->cost_per_conversion }} | {{ $r->conv_value_per_cost }} | {{ number_format($r->cost_vnd) }} | @if (Auth::user()->role_id == 1)@endif |