{{ __('Image') }} | {{ __('Product Name') }} | {{ __('Times downloaded') }} | {{ __('Ordered at') }} | {{ __('Action') }} |
---|---|---|---|---|
|
@if ($product)
{{ $product->original_product->name }} @if ($product->sku) ({{ $product->sku }}) @endif
@if ($product->is_variation)
@php $attributes = get_product_attributes($product->id) @endphp @if (!empty($attributes)) @foreach ($attributes as $attribute) {{ $attribute->attribute_set_title }}: {{ $attribute->title }}@if (!$loop->last), @endif @endforeach @endif @endif @else {{ $orderProduct->product_name }} @endif |
{{ $orderProduct->times_downloaded }} | {{ $orderProduct->created_at->translatedFormat('M d, Y h:m') }} | {{ __('Download') }} |
{{ __('No digital products!') }} |