@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['name']}} | |
{{$a['status']?'停用':'启用'}} | {{$a['phone']}} | {{$a['city_ids']}} | {{$a['address']}} | {{$a['leader_username']}} | {{$a['username']}} | {{$a['admin_phone']}} | {{$a['company_name']}} |
@if($a['edit_history_time'])
{{$a['edit_history_username']}} {{date('Y/m/d H:i:s',$a['edit_history_time'])}} @endif |
@if($a['add_history_time'])
{{$a['add_history_username']}} {{date('Y/m/d H:i:s',$a['add_history_time'])}} @endif |
@if(check_auth('admin/business/edit')) 编辑 @endif @if(check_auth('admin/business/set_status')) @if($a['status']) 启用 @else 停用 @endif @endif | ||||||
{{$list->render()}} | |||||||||||||||||||
总计 {{$list->total()}} 个商店 |