Product Transaction
| # | Date | Amount | Transaction Type | Status | |
|---|---|---|---|---|---|
|
No Record Found
|
|||||
| {{ $referral->id }} | {{ $referral->created_at }} | {{ $referral->amount }} | {{ $referral->transaction_type }} | @if ($referral->admin_approval == 1) Success @else Pending @endif | |
@if ($productTransactionLog->count() == 0)
@else
@foreach ($productTransactionLog as $referral)
@endforeach
@endif