@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活动ID | 活动名称 | 活动城市 | 标签范围 | 开始时间 | 结束时间 | 内部跳转 | 宣发链接 | 活动状态 | 修改时间 | 操作 | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$a['id']}} | {{$a['name']}} | {{$a['city_ids']}} | {{$a['tag_scope']}} | {{date('Y/m/d H:i:s',$a['start_time'])}} | {{date('Y/m/d H:i:s',$a['end_time'])}} | /pages/score/clockin?id={{$a['id']}} | {{$a['mp_urllink']}} | @if( $a['status'] ) 停用 @else @if( $a['start_time'] <= time() && $a['end_time'] <= time() ) 已结束 @endif @if( $a['start_time'] <= time() && $a['end_time'] > time() ) 进行中 @endif @if( $a['start_time'] > time() ) 待进行 @endif @endif | {{date('Y/m/d H:i:s',$a['update_time'])}} | @if(check_auth('admin/score_clockin/index')) 打卡配置 @endif @if(check_auth('admin/score_clockin_active/copy')) 复制 @endif @if(check_auth('admin/score_clockin_active/edit')) 编辑 @endif @if(check_auth('admin/score_clockin_active/get_poster')) 海报 @endif @if(check_auth('admin/score_clockin_active/set_status')) @if($a['status']) 启用 @else 停用 @endif @endif | |||||||||
{{$list->render()}} | |||||||||||||||||||
总计 {{$list->total()}} 个商店 |