Transaction Id | Date | Amount | Transaction Type | Transaction Status | Status | From |
---|---|---|---|---|---|---|
No Record Found
|
||||||
{{ $transaction->id }} | {{ $transaction->created_at->format('d-m-Y') }} | @if($transaction->status == 'credit') {{ $transaction->amount }} @elseif($transaction->status == 'debit') {{ $transaction->amount }} @else {{ $transaction->amount }} @endif | {{ $transaction->transaction_type }} | @if($transaction->admin_approval == 1) Approved @else Pending @endif | @if($transaction->status == 'credit') Credit @elseif($transaction->status == 'debit') Debit @else Credit @endif | From Admin |
{{-- @if ($sipTransactionLog->count() == 0)
@else
@foreach ($sipTransactionLog as $referral)
@endforeach
@endif --}}