@extends('layouts.user_type.auth') @section('content')
| ID | Name | Transaction ID | Amount | Payment Method | Status |
|---|---|---|---|---|---|
|
{{ $loop->iteration }} |
{{ $payment->user_name }} |
{{ $payment->transaction_id }} |
{{ $payment->amount }} |
{{ $payment->payment_method }} |
{{ $payment->status }} |
|
No Payments Transactions available at the moment. |
|||||