| {{ __('ID')}} | {{ __('Order ID')}} | {{ __('Amount')}} | {{ __('Type')}} | {{ __('Message')}} |
|---|---|---|---|---|
| {{ $transaction->entity_id }} | {{ $transaction->order_id }} | {{ $transaction->amount }} | {{ $transaction->getStoreTransactionTypeList()[$transaction->type] }} | {{ $transaction->message }} |