@extends('admin.public.base') @section('body_class') style="margin: 0 auto;width: 96%;padding: 30px 0px;" @endsection @section('content') @if(check_auth('admin/school/add'))
@endif序号 | 学校名称 | 所属区域 | 状态 | 创建时间 | 操作 | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$a['id']}} | {{$a['name']}} | {{$a['area']}} | {{$a['status']?'禁用':'正常'}} | {{date('Y/m/d H:i:s',$a['insert_time'])}} | @if(check_auth('admin/school/edit')) 编辑 @endif @if(check_auth('admin/school/set_status')) @if($a['status']) 取消拉黑 @else 拉黑 @endif @endif | ||||||||||||||
{{$list->render()}} | |||||||||||||||||||
总计 {{$list->total()}} 个学校 |