@extends('admin/master') @section('content')
搜索 导出数据

汇总信息
  • 总投放成本:¥{{$total_data['cost']}}     总加粉数:{{$total_data['conversion_times']}}     总下单人数:{{$total_data['fan_count']}}     新粉成单数:{{$total_data['new_order_count']}}     新粉收入:¥{{$total_data['new_order_amount']}}     新粉ROI:{{$total_data['new_roi']}}     总成单数:{{$total_data['order_count']}}     总收入:¥{{$total_data['order_amount']}}     总计ROI:{{$total_data['roi']}}
@if($result) @foreach($result as $a) @endforeach @endif
日期 城市 投放成本 加粉数 下单人数 新粉成单数 新粉收入 新粉ROI 累计成单数 累计收入 累计ROI
{{$a['ad_time']}} {{$a['city']}} {{$a['total_cost']}} {{$a['conversion_times']}} {{$a['new_fan_count']}} {{$a['new_order_count']}} {{$a['new_order_amount']}} {{$a['new_roi']}} {{$a['order_count']}} {{$a['order_amount']}} {{$a['total_roi']}}
@endsection