{{--
wallet-circle
--}}
image Gold Plan Transaction
@if ($autoPullTransaction->count() == 0) @else @foreach ($autoPullTransaction as $referral) @endforeach @endif
# Date Amount Transaction Type Transaction Status Status From
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) Approved @else Pending @endif @if($referral->status == 'credit') Credit @elseif($referral->status == 'debit') Debit @else Credit @endif {{$referral->payment_method}}
@if ($autoPullTransaction->count() == 0)

No Goldtransaction Found

@else @foreach ($autoPullTransaction as $referral)

{{ $referral->created_at }}

@if($referral->status == 'credit')

Credit

@elseif($referral->status == 'debit')

Debit

@else

Credit

@endif

@if($referral->admin_approval == 1) Approved @else Pending @endif

{{ $referral->transaction_type }}

@if($referral->status == 'credit')

{{ $referral->amount }}

@elseif($referral->status == 'debit')

{{ $referral->amount }}

@else

{{ $referral->amount }}

@endif
@endforeach @endif