@extends('layouts.app') @section('content')
{{ $user->info->nickname }}
{{ $orderCount['lessonlogs'] }}
{{ $orderCount['couponlogs'] }}
{{ $user->identity_text }}
@if($user->seller && $user->seller->type=='seller')
商家负责人
@endif
收益规则 
订单管理
宝宝课
我的课粉
{{ $children_count }}
昨日
{{ $children_count_tomorrow }}
今日
{{ $children_count_day }}
@if($user->identity->identity_id>0) @endif
 联盟合作
 0元代理
 收货地址
 我的收藏
 “宝宝课”客服
长按识别二维码
@if($user->seller && $user->seller->type=='seller')
 商家管理
@endif @if($user->organ && $user->identity->identity_id==3)
 机构管理
@endif @if($user->agency && $user->agency->status==1)
 代理管理
@endif @if($user->is_salesman)
 业务员数据中心
@endif @if(in_array($user->id,['1', '7',80]))
数据中心
@endif @if($user->identity->identity_id>0) @endif
@endsection @section('script') @endsection