| {{ __('Name') }} | {{ __('Description') }} | {{ __('Price') }} | {{ __('Dimensions') }} | {{ __('Image') }} | {{ __('Actions') }} |
|---|---|---|---|---|---|
| {{ $product->name }} | {{ $product->description }} | ${{ number_format($product->price, 2) }} | {{ $product->dimensions }} | {{ __('Edit') }} | |
| {{ __('No sold products found.') }} | |||||