@extends('layouts.app') @section('content') {{ $user->info->nickname }} {{ $orderCount['lessonlogs'] }} {{ $orderCount['couponlogs'] }} {{ $user->identity_text }} @if($user->seller && $user->seller->type=='seller') 商家负责人 @endif 收益规则 可提现金额 {{ number_format($user->account->cash, 2) }} 提现 明细 订单管理 全部订单 待付款 @if($orderCount['unpay']>0) {{ $orderCount['unpay'] }} @endif 待使用 @if($orderCount['paid']>0) {{ $orderCount['paid'] }} @endif 已使用 @if($orderCount['delivered']>0) {{ $orderCount['delivered'] }} @endif 宝宝课 已报课程 @if($orderCount['lessonlogs']>0) {{ $orderCount['lessonlogs'] }} @endif 抽奖奖品 @if($orderCount['lottery_gifts']>0) {{ $orderCount['lottery_gifts'] }} @endif 报课礼品 @if($orderCount['gifts']>0) {{ $orderCount['gifts'] }} @endif 现金券 @if($orderCount['couponlogs']>0) {{ $orderCount['couponlogs'] }} @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