@extends('admin.public.base') @section('body_class') style="margin: 0 auto;width: 96%;padding: 30px 0px;" @endsection @section('content') @if(check_auth('admin/contact_way/add')) @endif
重置
@foreach ($list as $a) @endforeach
二维码 活码名称 接待客服 商业人员/地区代表 标签信息 配置ID 操作
{{$a['remark']}} @foreach ($partUserList as $part) @foreach ($part['user_list'] as $user) @if( in_array($user['userid'],$a['user'])) {{$user['name']}} @endif @endforeach @endforeach {{$a['custom_name']}} @foreach ($corpTagList as $group) @foreach ($group['tag'] as $tag) @if( in_array($tag['id'],$a['tags'])) {{$tag['name']}} @endif @endforeach @endforeach {{$a['config_id']}} @if(check_auth('admin/contact_way/edit')) 编辑 @endif @if(check_auth('admin/contact_way/set_follow')) @if( !$a['is_follow'] ) 设置推送 @endif @endif
{{$list->render()}}
总计 {{$list->total()}} 个活码
@endsection