@extends('layouts.base') @section('content') @section('title', trans('分类管理'))
@foreach($list['data'] as $key=>$row) @endforeach
分类排序 分类ID 分类 分类级别 查看权限 发布权限 是否显示 操作
{{$row['sort']}} {{$row['id']}}   {{$row['name']}} @if($row['level'] == 1) 一级分类 @else 二级分类 @endif {{$row['see_name']}}:{{$row['see_subordinate_str']}} {{$row['release_name']}}:{{$row['release_subordinate_str']}}
$row['id']])}}">查看帖子 $row['id']])}}" @else href="{{yzWebUrl("plugin.micro-communities.admin.category.upCateSecond", ['cid'=>$row['id']])}}" @endif>编辑 $row['id']])}}" onclick="return confirm('确认删除此等级吗?');return false;">删除
{!! $pager !!}
@endsection