# {{ trans('plugins/ecommerce::ecommerce.product') }} {{ trans('core/base::tables.created_at') }} @forelse ($wishlist as $item) {{ $loop->iteration }} {{ RvMedia::image($item->product->image, attributes: ['class' => 'rounded', 'width' => 38]) }} {{ $item->product->name }} {{ BaseHelper::formatDateTime($item->created_at) }} @empty {{ trans('core/table::table.no_data') }} @endforelse