image Autopull log
{{-- --}}
{{--

Find Member


--}}
@if ($memberTransactionLogs->count() == 0) @else @foreach ($memberTransactionLogs as $referral) {{-- --}} @endforeach @endif
# 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)

No Autopull list Found

@else @foreach ($memberTransactionLogs as $referral)

Amount

Wallet

Status

Date & Time

@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

{{ $referral->created_at }}

@endforeach @endif