{{ __('Image') }} | {{ __('Product Name') }} | {{ __('Times downloaded') }} | {{ __('Ordered at') }} | {{ __('Action') }} |
---|---|---|---|---|
{{ $orderProduct->product_name }}
@if ($sku = Arr::get($orderProduct->options, 'sku')) ({{ $sku }}) @endif
@if ($attributes = Arr::get($orderProduct->options, 'attributes'))
{{ $attributes }} @endif |
{{ $orderProduct->times_downloaded }} | {{ $orderProduct->created_at->translatedFormat('M d, Y h:m') }} | @if ($orderProduct->product_file_internal_count) {{ __('Download all files') }} @endif @if ($orderProduct->product_file_external_count) {{ __('External link downloads') }} @endif | |
{{ __('No digital products!') }} |
{!! $orderProducts->links() !!}