{{--
wallet-circle
--}}
image Gold Plan Transaction
@if ($goldTransactionLog->count() == 0) @else @foreach ($goldTransactionLog as $gold) @endforeach @endif
# Date Amount Transaction Type Transaction Status Status From
No Record Found
{{ $gold->id }} {{ $gold->created_at }} @if($gold->status == 'credit') {{ $gold->amount }} @elseif($gold->status == 'debit') {{ $gold->amount }} @else {{ $gold->amount }} @endif {{ $gold->transaction_type }} @if($gold->admin_approval == 1) Approved @else Pending @endif @if($gold->status == 'credit') Credit @elseif($gold->status == 'debit') Debit @else Credit @endif {{$gold->payment_method}}
@if ($goldTransactionLog->count() == 0)

No Goldtransaction Found

@else @foreach ($goldTransactionLog 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