个人信息
姓名: @if(isset($oCustomerDetail->mUserName)) {{$oCustomerDetail->mUserName}} @else {{($oCustomerDetail->lastName) ?? "" . ($oCustomerDetail->firstName ?? "")}} @endif
电话: @if(isset($oCustomerDetail->mPhone)) {{$oCustomerDetail->mPhone}} @else {{isset($oCustomerDetail->phone)?$oCustomerDetail->phone:""}} @endif
email: @if(isset($oCustomerDetail->mEmail)) {{$oCustomerDetail->mEmail}} @else {{isset($oCustomerDetail->email)?$oCustomerDetail->email:""}} @endif
订单数:{{$aUserTotal['orderSum'] ?? 0}}
专业数:{{$aUserTotal['coursesSum'] ?? 0}}
个人信息表: @if(isset($oCustomerDetail->submitLable)?$oCustomerDetail->submitLable:""==1) 已完善 @else 未完善 @endif
@if($canEditChecklist) @endif
@if($canSeeApplicationEmail ?? false)
@endif
@if($canSeeApplicationEmail ?? false)
{{$oCustomerDetail->remark ?? ''}}
@endif