@extends('admin.public.base') @section('body_class') style="margin: 0 auto;width: 96%;padding: 30px 0px;" @endsection @section('content') @if(check_auth('admin/business/add'))
@endif商店编码 | 商店状态 | 商店名称 | 联系方式 | 简介说明 | 创建时间 | 操作 | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$a['business_code']}} | {{$a['status']?'禁用':'正常'}} | {{$a['name']}} | {{$a['phone']}} | {{$a['desc']}} | {{date('Y/m/d H:i:s',$a['insert_time'])}} | @if(check_auth('admin/business/edit')) 编辑 @endif @if(check_auth('admin/business/set_status')) @if($a['status']) 取消拉黑 @else 拉黑 @endif @endif | |||||||||||||
{{$list->render()}} | |||||||||||||||||||
总计 {{$list->total()}} 个商店 |