People that joined through your links

@foreach($affiliates as $affiliate) @endforeach
Student Course Student Fee Your Earning
{{ $affiliate->user['email'] }} {{ $affiliate->created_at->diffForHumans() }}
{{ mb_strimwidth($affiliate->referral_url, 0, 50, '...') }}
{{ mb_strimwidth($affiliate->content['title'],0,30,'...') }} {{ currencySign() }}{{ number_format($affiliate->amount) }} @if($affiliate->status == 'confirmed') Paid @else not paid yet @endif {{ currencySign() }}{{ number_format($affiliate->ref_earning) }} @if($affiliate->is_ref_paid == 1) Paid @else Pending @endif
{{ $affiliates->links() }}