{{-- dd( $order->getLineItems()[0] ) --}} @extends('layouts.customer') @section('content')
| Name | Price | Quantity | Payment Method |
|---|---|---|---|
| {{ $item->getName() }} | {{ $item->getTotalMoney()->getCurrency() .' '. $item->getTotalMoney()->getAmount() }} | {{ $item->getQuantity() }} |