# | Date | Amount | Transaction Type | Status | |
---|---|---|---|---|---|
No Record Found
|
|||||
{{ $referral->id }} | {{ $referral->created_at }} | @if($referral->status == 'credit') {{ $referral->amount }} @elseif($referral->status == 'debit') {{ $referral->amount }} @else {{ $referral->amount }} @endif | {{ $referral->transaction_type }} | @if ($referral->admin_approval == 1) Success @else Pending @endif | {{--@if($referral->status == 'credit') Credit @elseif($referral->status == 'debit') Debit @else Credit @endif | --}}
@if ($memberTransactionLogs->count() == 0)
@else
@foreach ($memberTransactionLogs as $referral)
@endforeach
@endif
No Autopull list Found
Amount
Wallet
Status
Date & Time
@if($referral->status == 'credit')