Recharge
{{-- Add Transcation --}}
S.No. | Name | Transaction Id | Amount | Status | |
---|---|---|---|---|---|
--}} | {{ $loop->iteration }} | {{ App\Models\User::where('id',$r->user_id)->value('name') }} | {{ $r->transaction_id }} | {{ $r->amount }} | @if($r->payment_status == "1") Approved @elseif($r->payment_status == "2") Rejected @else @endif |