@extends('layouts.base') @section('title', '分红记录') @section('content')
| 下单时间 结算/失效时间 |
订单编号 | 店主 | 店主等级 | 业务类型 | 商品金额 | 分红结算金额 | 下级店主分红金额 | 分红比例 | 分红状态 |
|---|---|---|---|---|---|---|---|---|---|
|
{{$row->created_at}} @if($row->apply_status == 1) {!! date('Y-m-d H:i:s', $row->apply_time) !!} @elseif($row->apply_status == -1) {!! date('Y-m-d H:i:s', $row->refund_time) !!} @endif |
{{$row->order_sn}} |
@if ($row->hasOneMember->nickname) {{$row->hasOneMember->nickname}} @else {{$row->hasOneMember->mobile}} @endif |
{{$row->hasOneMicroShopLevel->level_name}} | {{$row->mode_type}} | @if ($row->apply_status == 0) |