@extends($_layout . 'master') @include($_lib . 'register-meta') @section('content')
Ảnh | Sản phẩm | Đơn giá | Số lượng | Thành tiền |
---|---|---|---|---|
{{ $item->product_name }}
@if ($item->attributes && count($item->attributes))
@foreach ($item->attributes as $attr)
{{ $attr->label ?? $attr->name }}: {{ $attr->text }} @endforeach @endif |
{{ $item->getPriceFormat() }} |
@if ($item->product_type == 'digital' && $order->is('completed'))
@if ($download = $helper->getMetadata('product', $item->product_id, 'download_url'))
Tải về máy
@endif
@else
{{ $item->quantity }}
@endif
|
{{ $item->getTotalFormat() }} |