@extends('layouts.user', ['heading' => 'Referral Links / रेफरल']) @section('content') @php $leftLink = url('/register-user').'?sponsor='.auth()->user()->referral_code.'&leg=left'; $rightLink = url('/register-user').'?sponsor='.auth()->user()->referral_code.'&leg=right'; $autoLink = url('/register-user').'?sponsor='.auth()->user()->referral_code.'&leg=auto'; @endphp
Sponsor ID
{{ auth()->user()->member_code }}
Upline: {{ auth()->user()->sponsor?->name ?? 'N/A' }}
Left Join Link
{{ $leftLink }}
WhatsApp
QR
Right Join Link
{{ $rightLink }}
WhatsApp
QR
Auto Placement Link
{{ $autoLink }}
WhatsApp
QR
@endsection