This commit is contained in:
Mekan1206
2026-02-19 00:35:01 +05:00
parent 9071c9a4c6
commit fac624b2a5
13 changed files with 13 additions and 23 deletions

View File

@@ -62,7 +62,7 @@ class MostSoldProducts extends Lens
{
return [
ID::make(__('ID'), 'id')->sortable(),
Images::make(__('Image'), 'uploads')->conversionOnIndexView('thumb200x200'),
Images::make(__('Image'), 'uploads')->conversionOnIndexView('thumb400x400'),
Text::make(__('Name'), 'name')->sortable(),
Number::make(__('Price'), 'price_amount')->sortable(),