Order Details
Order ID | Product Name | Product Price | Currency | Order Date |
---|---|---|---|---|
{{$order->order->order_id}} | {{$order->product->product_name}} | {{ $order->product->price + 0 }} | {{$order->order->payment_currency}} | {{ date('Y-m-d H:i A', strtotime($order->created_at))}} |
Transaction Details
Account ID | Amount | Currency | Order Date |
---|---|---|---|
{{$transaction->account_id}} | {{ $transaction->amount + 0 }} | {{$transaction->payment_currency}} | {{ date('Y-m-d H:i A', strtotime($transaction->created_at))}} |