@extends('admin.public.base') @section('body_class') style="margin: 0 auto;width: 96%;padding: 30px 0px;" @endsection @section('content')
重置 @if( check_auth('admin/redpacket_active_record/down_excel') ) @endif
@foreach ($list as $a) @endforeach
记录ID 活动ID 活动名称 客户编码 客户昵称 红包金额 状态 中奖时间 修改时间 操作
{{$a['id']}} {{$a['active_id']}} {{$a['active_name']}} {{$a['custom_code']}} {{$a['username']}} {{$a['money']}} {{$a['state']}} {{date('Y/m/d H:i:s',$a['insert_time'])}} {{date('Y/m/d H:i:s',$a['update_time'])}} @if(check_auth('admin/redpacket_active_record/set_status')) @if( $a['status'] == 1 ) 审核发放 @else @endif @endif
{{$list->render()}}
总计 {{$list->total()}} 个记录
@endsection