# | 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)
@else
@foreach ($goldTransactionLog as $referral)
@endforeach
@endif