@extends('layouts.app') @section('title', 'Payments') @section('content')
| ID | ইউজার | মেথড | পরিমাণ | TRX ID | স্ট্যাটাস | অ্যাকশন |
|---|---|---|---|---|---|---|
| #{{ $tx->id }} | {{ $tx->user->email }} | {{ strtoupper($tx->method) }} | ৳{{ number_format($tx->amount, 2) }} | {{ $tx->trx_id }} | {{ $tx->status }} | @if($tx->status === 'pending') @endif |