@extends('admin.public.base') @section('body_class') style="margin: 0 auto;width: 96%;padding: 30px 0px;" @endsection @section('content') @if( check_auth('admin/orders/import_execl') ) @endif
重置 @if( check_auth('admin/custom/down_excel') ) @endif
@foreach ($list as $a) @endforeach
客户编码 客户昵称 联系方式 客户积分 微伴ID 客户城市 客户状态 创建时间 更新时间 操作
{{$a['custom_code']}} {{$a['username']}} {{$a['phone']}} {{$a['custom_score']['score']}} {{$a['weiban_extid']}} {{$a['city_name']}} {{$a['status']?'禁用':'正常'}} {{date('Y/m/d H:i:s',$a['insert_time'])}} {{date('Y/m/d H:i:s',$a['update_time'])}} @if(check_auth('admin/custom/edit')) 编辑 @endif @if(check_auth('admin/custom_score/incr')) 增加积分 @endif @if(check_auth('admin/custom_score/decr')) 扣减积分 @endif @if(check_auth('admin/custom/set_status')) @if( $a['status'] ) 取消拉黑 @else 拉黑 @endif @endif @if(check_auth('admin/custom/set_manager')) @if( $a['is_manager'] ) 取消内部账号 @else 设置内部账号 @endif @endif
{{$list->render()}}
总计 {{$list->total()}} 个客户
@endsection @section('javascript') @endsection