@extends('layouts.master') @section('title',trans('affiliate market system')) @section('header') {{-- vednor css files --}} @endsection @section('main')

{{$referralsCount}}

{{trans('users count')}}

{{$orders->count()}}

{{trans('all orders count')}}

{{number_format($commissions)}} {{trans('usdt')}}

{{trans('commissions')}}

{{number_format($commissionsAverage)}} {{trans('usdt')}}

{{trans('commissions average per payment')}}
{{trans('affiliate market system')}}

{{trans('by introducing us to your friends, you will receive a commission for each transaction of your friends do')}}

{{trans('membership link through the site without entering the referral code')}}
{{url('/')}}/ref/{{Auth::id()}}

{{trans('so far, you have introduced people',['number' => $referralsCount])}} {{trans('show all')}}


{{trans('friends transaction table introduced by you')}}
@foreach($orders as $order) @endforeach
# {{trans('user')}} {{trans('amount')}} {{trans('created at')}}
{{$loop->index + 1}} {{optional($order->gateway->user)->name}} {{$order->amount}} {{$order->created_at}}
# {{trans('user')}} {{trans('amount')}} {{trans('created at')}}
@endsection @section('footer') {{-- vednor files --}} {{-- Page js files --}} @endsection