{{--

Find Member


--}}
{{-- --}} @if ($sipTransactionLog->count() == 0) @else @foreach ($sipTransactionLog as $referral) {{-- --}} @endforeach @endif
Transaction Id Date Amount Transaction Type StatusStatus
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)

No Sip Transaction Found

@else @foreach ($sipTransactionLog as $referral)

Amount

Wallet

Status

{{--

Approval

--}}

Date & Times

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

{{ $referral->amount }}

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

{{ $referral->amount }}

@else

{{ $referral->amount }}

@endif

{{ $referral->transaction_type }}

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

Credit

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

Debit

@else

Credit

@endif --}}

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

{{ $referral->created_at }}

@endforeach @endif