{!! $item_product_translation->description ?? $item->product->description !!}
| {{__('website.brand')}} | {{ $item_product_translation->brand ?? $item->product->brand }} |
| {{__('website.expiry_date')}} | {{ $item->expiry_date }} |
| {{__('website.model_number')}} | {{ $item->product->model_number }} |
| {{ $item->product->gtin_type }} | {{ $item->product->gtin }} |
| {{ __('website.mpn') }} | {{ $item->product->mpn }} |
| {{ __('website.sku') }} | {{ $item->sku }} |
| {{ __('website.condition') }} | {{ $item->condition }} @if ($item->condition_note) @endif |
| {{ __('website.manufacturer') }} | {{ $manufacturer_translation->name ?? $item->product->manufacturer->name }} |
| {{ __('website.origin') }} | {{ $item->product->origin->name }} |
| {{ __('website.availability') }} | {{ $item->availability }} |
| {{ __('website.min_order_quantity') }} | {{ $item->min_order_quantity }} |
| {{ __('website.shipping_weight') }} | {{ $item->shipping_weight . ' ' . config('system_settings.weight_unit') }} |
| {{ trans('website.first_listed_on', ['platform' => get_platform_title()]) }} | {{ $item->product->created_at->toFormattedDateString() }} |
@lang('theme.no_reviews')
@endforelse
--}} {{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{--
--}} {{--{{ optional($feedback->customer)->getName() }} {{ $feedback->created_at->diffForHumans() }}
{{ $feedback->comment }}