@extends('admin.public.base') @section('body_class') style="margin: 0 auto;width: 96%;padding: 30px 0px;" @endsection @section('content')
@foreach ($list as $a) @endforeach
ID 打卡天数 奖励积分 奖励券 修改时间 操作
{{$a['id']}} {{$a['what_day']}} {{$a['reward']}} {{$a['coupon_name'] ? $a['coupon_name'].'('.$a['coupon_code'].')':''}} {{date('Y-m-d H:i:s',$a['update_time'])}} @if(check_auth('admin/score_clockin/edit')) 编辑 @endif
{{$list->render()}}
总计 {{$list->total()}} 个打卡
@endsection