@extends('admin/master') @section('content')
导出数据
@if($result) @foreach($result as $a) @endforeach @endif
汇总日期 总投放 总客户数 总下单数 总销售额 总货品成本 总运费成本 总售后 总退补 总毛利 累计roi 总加粉数 总新粉下单 总老粉下单 总复购单数 总复购率
{{$a['idate']}} {{$a['throw_cost']}} {{$a['cust_count']}} {{$a['order_count']}} {{$a['order_amount']}} {{$a['goods_cost']}} {{$a['freight_cost']}} {{$a['aftersale_cost']}} {{$a['refund_fee']}} {{$a['profit']}} {{$a['roi']}} {{$a['fan_count']}} {{$a['new_order_count']}} {{$a['old_order_count']}} {{$a['fugou_order_count']}} {{$a['fugou_rate']}}
@endsection