| Account name | Campaign | Date | Currency | Cost | Conversions | Cost/conv | All conv. value/cost | Cost(VND) | @if (Auth::user()->role_id == 1)Hành động | @endif
|---|---|---|---|---|---|---|---|---|---|
| Không có dữ liệu | |||||||||
| {{ $r->account_name ?? 'N/A' }} | {{ $r->campaign_name ?? '' }} | {{ optional($r->report_date)->format('Y-m-d') }} | {{ $r->currency_code }} | {{ 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 |