@extends('layouts.base') @section('content') @section('title', trans('佣金记录'))
|
数量:{{$total}} 总分红金额:{{$commission_total}}元 |
| ID | 时间 | 订单号 | 会员 | 订单金额(元) | 提成比例 | 提成金额(元) | 状态 |
|---|---|---|---|---|---|---|---|
| {{$row['id']}} | {{$row['created_at']}} | {{$row['auction_sn']}} |
@if(!empty($row->hasOneMember->avatar))
@endif @if(empty($row->hasOneMember->nickname)) 未更新 @else {{ $row->hasOneMember->nickname }} @endif |
{{$row['amount']}} | {{$row['rate']}} | {{$row['dividend_amount']}} | @if($row['status'] == '1') 已结算 @else 未结算 @endif |