@extends('user.user_dashboard') @section('home')

E-library Digital Influencer Program

Earn monthly income by sharing your E-library influencer link:
When people subscribe to the LoveWorld Books E-Library through your link, you receive 30% monthly commission for as long as they stay active.

@php $username = auth()->user()->username; @endphp @if (empty($username))

Generate Your Influencer Link

Click Button below to generate your referral link:

Generate
@elseif(!empty($username))

Influencer (Referral) Link

@php $referralLink = url('/register?ref=' . auth()->user()->username); @endphp

Your referral link:

Copied to clipboard!
@endif
@if (empty($username)) @elseif(!empty($username))
@php $influencer = auth()->user()->influencer_status; @endphp @if (empty($influencer))

Become A Digital Influencer

Enlist users to sign-up with your referral link and subscribe, and receive commissions in Espees on subscriptions

Get Started
@elseif(!empty($influencer))

You are onboarded as a digital Influencer

Click on buttons below to view users signed up with your referral links, users subscription & commission details and Resource Hub

{{-- View Influencer Dashboard Influencer Resource Hub --}}
@endif
@endif
{{-- --}} @endsection