@extends('admin.public.base') @section('body_class') style="margin: 0 auto;width: 96%;padding: 30px 0px;" @endsection @section('content')
ID | 资讯标题 | 资讯数据 | 跳转链接 | 资讯状态 | 修改时间 | 操作 | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$a['id']}} | {{$a['title']}} | 阅读: {{$a['read_count']}} ; 点赞: {{$a['hand_count']}} ; 分享: {{$a['share_count']}} ; 收藏: {{$a['like_count']}}; | {{$a['path']}} {{$a['appid']}} | @if ($a['status'] == 0) 启用 @endif @if ($a['status'] == 1) 停用 @endif | {{date('Y/m/d H:i',$a['update_time'])}} | @if( check_auth('admin/article_event/index') ) 事件记录 @endif @if( check_auth('admin/article/edit') ) 修改 @endif @if( check_auth('admin/article/set_status') ) @if ( $a['status'] ) 启用 @else 停用 @endif @endif | |||||||||||||
{{$list->render()}} | |||||||||||||||||||
总计 {{$list->total()}} 个产品 |