| {{ translate('Payment Method') }} | {{ ucwords(str_replace('_', ' ', $wallet_payment->payment_method)) }} |
|---|---|
| {{ translate('Transaction Id') }} | {{ $wallet_payment->transaction_id }} |
| {{ translate('Payemnt Proof') }} | {{ $wallet_payment->reciept ? translate('Download') : 'No receipt found' }} |
| {{ translate('Details') }} | {{ $wallet_payment->payment_details }} |