Transaction Id | 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 ($sipTransactionLog->count() == 0)
@else
@foreach ($sipTransactionLog as $referral)
@endforeach
@endif
No Sip Transaction Found
Amount
Wallet
Status
{{--Approval
--}}Date & Times
@if($referral->status == 'credit')