@extends('admin.public.base') @section('body_class') style="margin: 0 auto;width: 96%;padding: 30px 0px;" @endsection @section('content')
重置 @if( check_auth('admin/regiment_record/down_excel') ) @endif
@foreach ($list as $a) @endforeach
拼团记录ID 团单ID 订单编码 客户昵称/编码 参与活动/活动编码 产品名称/产品编码 发起客户昵称/发起客户编码 拼团状态 订单生成时间
{{$a['id']}} {{$a['regiment_id']}} {{$a['order_code']}} {{$a['username']}}
{{$a['custom_code']}}
{{$a['active_name']}}
{{$a['active_code']}}
{{$a['product_name']}}
{{$a['product_code']}}
{{$a['regiment_username']}}
{{$a['regiment_uid_code']}}
@if( $a['status'] == 0 ) 拼团中 @endif @if( $a['status'] == 1 ) 取消拼团 @endif @if( $a['status'] == 2 ) 拼团成功 @endif @if( $a['status'] == 3 ) 拼团失败 @endif {{date('Y/m/d H:i:s',$a['insert_time'])}}
{{$list->render()}}
总计 {{$list->total()}} 个记录
@endsection @section('javascript') @endsection