@extends('admin.public.base') @section('body_class') style="margin: 0 auto;width: 96%;padding: 30px 0px;" @endsection @section('content') @if(check_auth('admin/score_clockin_active/add')) @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['username']}}
{{$a['custom_code']}}
@if( $a['regiment_status'] == 1 ) 拼团中 @endif @if( $a['regiment_status'] == 2 ) 拼团失败 @endif @if( $a['regiment_status'] == 3 ) 拼团成功 @endif {{date('Y/m/d H:i:s',$a['insert_time'])}}
{{$list->render()}}
总计 {{$list->total()}} 个商店
@endsection