@extends('admin/master') @section('content')
搜索 导出数据
@if($result) @foreach($result as $a) @endforeach @endif
团队 时间 订单编号 成交金额 供应商成本 物流成本 支付方式
{{$a['team_name']}} {{$a['ctime']}} {{$a['id']}} {{$a['receivedAmount']}} {{$a['cost']}} {{$a['freight_cost']}} {{$a['payment_type']}}
@endsection