@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['city_ids']}} | {{$a['address']}} | {{$a['leader_uid']}} | {{$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()}} 个商店 |