@extends('admin.public.base') @section('body_class') style="margin: 0 auto;width: 96%;padding: 30px 0px;" @endsection @section('content') @if(check_auth('work/contact_department/add')) @endif
@foreach ($list as $a) @endforeach
客户编码 客户状态 客户名称 联系方式 客户来源 资质状态 所属店铺 创建时间 操作
{{$a['custom_code']}} {{$a['status']?'禁用':'正常'}} {{$a['username']}} {{$a['phone']}} {{$a['reg_type'] == 1 ? "录入":"注册"}} {{$a['company_status'] == 0 ? "已通过":"待审核"}} {{$a['business_name']}} {{date('Y/m/d H:i:s',$a['insert_time'])}} @if(check_auth('work/contact_department/edit')) 编辑 @endif @if( check_auth('admin/custom_company/detail') ) 资质 @endif @if(check_auth('work/contact_department/set_status')) @if($a['status']) 取消拉黑 @else 拉黑 @endif @endif
{{$list->render()}}
总计 {{$list->total()}} 个客户
@endsection