@extends('layouts.app') @section('title', '推介计划') @section('content') @php($url = \Illuminate\Support\Facades\URL::route('affiliates.show', $affiliate->uuid))
访问量:{{ $affiliate->visits }}
盈利:{{ $affiliate->revenue }} 元
推介 URL: {{ $url }}
@php($count = $affiliateUsers->count()) @if ($count)ID | 用户名 | 盈利 | {{--实人状态 | --}}注册时间 |
---|---|---|---|---|
{{ $user->id }} | {{ $user->user?->name }} | {{ $user->revenue }} 元 | {{----}} {{-- @if ($user->real_name_verified_at)--}} {{-- 完成--}} {{-- @else--}} {{-- 未完成--}} {{-- @endif--}} {{-- | --}}{{ $user->created_at }} |
您可以定义一个广告词来收获更多的用户。让新用户访问您的推介 URL 并完成注册,您就会获得一个下属用户。
下属用户充值所获得的佣金将会立即到您的余额。
佣金 = 下属用户充值总额 / ({{config('settings.billing.commission_referral')}} * 100)