Program referral

Ajak teman hidup lebih sehat.

Ajak teman berbelanja sehat; reward Anda aktif setelah pembelian pertama mereka selesai.

Kode referral Anda

{{ $user->referral_code }}

{{ $shareUrl }}

Bagikan via WhatsApp
@foreach([['Teman daftar',$attributions->count()],['Qualified',$attributions->where('status','qualified')->count()],['Reward',$rewards->count()]] as [$label,$value])

{{ $value }}

{{ $label }}

@endforeach

Teman yang diundang

Pantau progres teman hingga reward Anda siap.

@forelse($attributions as $attribution)

{{ $attribution->referredUser->name }}

{{ $attribution->registered_at->format('d M Y') }}

{{ $attribution->fraud_status === 'review' ? 'Review' : str($attribution->status)->headline() }}
@empty
Undangan teman Anda akan tampil di sini.
@endforelse

Reward coupon

Reward ini khusus untuk Anda dan siap digunakan saat belanja berikutnya.

@forelse($rewards as $reward)

Diskon Rp{{ number_format($reward->coupon->discount_value,0,',','.') }}

{{ $reward->coupon->code }}

Aktif

Min. transaksi Rp{{ number_format($reward->coupon->min_purchase,0,',','.') }} · Berlaku hingga {{ $reward->coupon->expires_at->format('d M Y') }}

@empty
Reward pertama Anda akan muncul di sini.
@endforelse