@extends('admin/master') @section('content')
搜索 导出数据
@if($result) @foreach($result as $a) @endforeach @endif
日期 当日投放金额 当日公众号进粉 当日进粉成本 当日微信粉 当日微信粉成本 当日订单数 当日销售额 当日货品成本 当日物流成本 当日新粉回复量 当日新粉回复率 当日老粉主动咨询量
{{$a['dtime']}} {{$a['total_cost']}} {{$a['total_fan_add']}} {{$a['cost_fan']}} {{$a['wx_fan_add']}} {{$a['cost_wx_fan']}} {{$a['order_count']}} {{$a['order_amount']}} {{$a['goods_cost']}} {{$a['freight_cost']}} {{$a['total_new_reply']}} {{$a['new_reply_rate']}} {{$a['total_old_consult']}}
@endsection