@version(2) @load('css/shop.css')
| {{ $lang->shop_item }} | {{ $lang->shop_qty }} | {{ $lang->shop_subtotal }} |
|---|---|---|
| {{ $oi->item_name }}@if (!empty($oi->option_name)) {{ $oi->option_name }}@endif |
{{ $oi->qty }} | {{ shop_money_in($oi->subtotal, $order->currency ?? 'KRW') }} |