Gold Plan Transaction
# | Date | Amount | Transaction Type | Status | {{--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) Approved @else Pending @endif | {{--@if($referral->status == 'credit') Credit @elseif($referral->status == 'debit') Debit @else Credit @endif | --}}
@if ($goldTransactionLog->count() == 0)
@else
@foreach ($goldTransactionLog as $referral)
@endforeach
@endif
No Goldtransaction Found
Amount
Wallet
Status
{{--Approval
--}}Date & Time
@if($referral->status == 'credit')