@extends('layouts.app') @section('content') @php $table = "yes"; @endphp
| Sr No | Date & Time | Member ID | Contact No | Operator | Recharge Number | Wallet Balance | Txn. ID | Txn. Amt | Commission | Closing Balance | Status | Device | Remark | Re-check | Edit | Invoice |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $row['srno'] }} | {{ $row['datetime'] }} | {{ $row['member_id'] }} | {{ $row['contact'] }} | {{ $row['operator'] }} | {{ $row['recharge_number'] }} | ₹ {{ $row['wallet_balance'] }} | {{ $row['txn_id'] }} | ₹ {{ $row['txn_amt'] }} | ₹ {{ $row['commission'] }} | ₹ {{ $row['closing_balance'] }} | @if($row['status'] == 'Success') Success @elseif($row['status'] == 'Pending') Pending @elseif($row['status'] == 'Failed') Failed @elseif($row['status'] == 'Refunded') Refunded @else Chargeback @endif | {{ $row['device'] }} | {{ $row['remark'] }} | View Now |