Id | Amount | Status | From |
---|---|---|---|
{{ $transaction->id }} | {{ $transaction->amount }} | @if($transaction->status == 'debit') Debit @else Credit @endif | From Bank |
No Record Found
|
{{-- @if ($userPayIn->count() == 0)
@else
@foreach ($userPayIn as $referral)
@endforeach
@endif --}}