@extends('admin/master') @section('content')
搜索 导出数据
@if($result) @foreach($result as $a) @endforeach @endif
日期 城市 投放成本 加粉数 下单人数 新粉成单数 新粉收入 新粉ROI 7日累计成单数 7日累计收入 7日累计ROI
{{$a['ad_time']}} {{$a['city']}} {{$a['cost']}} {{$a['gzh_count']}} {{$a['fan_count']}} {{$a['new_fan_order_count']}} {{$a['new_fan_order_amount']}} {{$a['new_roi']}} {{$a['order_count']}} {{$a['order_amount']}} {{$a['total_roi']}}
@endsection