@extends('admin.public.base') @section('body_class') style="margin: 0 auto;width: 96%;padding: 30px 0px;" @endsection @section('content')
重置 @if( check_auth('admin/score_record/down_excel') ) @endif
@foreach ($list as $a) @endforeach
记录ID 客户编码 客户昵称 联系方式 积分来源 变动积分 剩余积分 支付时间 操作
{{$a['id']}} {{$a['custom_code']}} {{$a['username']}} {{$a['phone']}} {{$a['pay_type']}} {{$a['score']>=0?'+':''}}{{$a['score']}} {{$a['balance']}} {{date('Y/m/d H:i:s',$a['pay_time'])}}
{{$list->render()}}
总计 {{$list->total()}} 个记录
@endsection