@extends('front.layout.layout') @section('title', 'Referral Program') @section('content')
Total Referral Amount: {{ $totalReferralAmount }}
Non Withdrawable Amount: {{ $nonwithdrawable }} This amount can only be used to upgrade business
Withdrawable Referral Amount: {{ $remainingReferralAmount }}
| Referred User | Referral Amount | Referral Date | Withdrawal Status |
|---|---|---|---|
| {{ $referral['referred_user'] }} | {{ $referral['referral_amount'] }} | {{ $referral['referral_date'] }} | {{ $referral['withdrawal_status'] }} |
| Amount | Description | Date |
|---|---|---|
| {{ $transaction->amount }} | @if (empty($transaction->business_id)) {{ $transaction->description }} @else {!! 'Business upgrade transaction' !!} @endif | {{ $transaction->created_at->format('M d, Y') }} |
| Amount | Bank Details | Message | Status | Date |
|---|---|---|---|---|
| {{ $request->amount }} | {{ $request->bank_details }} | {{ $request->message }} | {{ $request->status }} | {{ $request->created_at->format('M d, Y') }} |