@extends('core/base::layouts.master') @section('content')
@php $attributes = get_product_attributes($product->id) @endphp
@if (!empty($attributes))
@foreach ($attributes as $attr)
{{ $attr->title }}
@if (!$loop->last)
/
@endif
@endforeach
@endif
{{ trans('plugins/ecommerce::shipping.sku') }} : {{ $product->sku }} |
{{ $orderProduct->qty }} ×{{ format_price($orderProduct->price) }} | {{ format_price($orderProduct->price * $orderProduct->qty) }} |
{{ trans('plugins/ecommerce::shipping.cash_on_delivery') }}: | {{ format_price($shipment->cod_amount) }} | ||
{{ trans('plugins/ecommerce::shipping.shipping_fee') }}: | {{ format_price($shipment->price) }} |