@vite(['resources/css/app.css', 'resources/js/app.js'])
@include('partials.header-upgrad')

Refer & Earn

Share your referral link with friends. When they sign up and enroll, you can earn rewards (configure rewards in admin).

@if(session('success'))
{{ session('success') }}
@endif @auth

Create a referral code

@csrf
@if($referrals->isNotEmpty())

Your referral codes

{{ $referrals->links() }} @endif @else

Log in or Sign up to create referral codes and earn.

@endauth
@include('partials.footer-upgrad')
@guest @include('partials.auth-modal') @endguest