@extends('admin.public.base') @section('body_class') style="margin: 0 auto;width: 96%;padding: 30px 0px;" @endsection @section('content')
重置 @if( check_auth('admin/lottery_riddle_record/down_excel') ) @endif
@foreach ($list as $a) @endforeach
记录ID 活动ID 活动名称 客户编码 客户昵称 奖品名称 状态 收货信息 中奖时间 修改时间 操作
{{$a['id']}} {{$a['lottery_id']}} {{$a['active_name']}} {{$a['custom_code']}} {{$a['username']}} {{$a['reward_name']}} {{$a['state']}} {{$a['contact_name']}} {{$a['contact_phone']}} {{$a['contact_province']}} {{$a['contact_city']}} {{$a['contact_area']}} {{$a['contact_addr']}} {{$a['contact_shop']}} {{date('Y/m/d H:i:s',$a['insert_time'])}} {{date('Y/m/d H:i:s',$a['update_time'])}} @if(check_auth('admin/lottery_riddle_record/set_status')) @if( $a['status'] != 8 ) 完成 @else @endif @endif
{{$list->render()}}
总计 {{$list->total()}} 个商店
@endsection