feat: add fulscreen mode, dark mode
This commit is contained in:
@@ -55,6 +55,7 @@ class ProductsHandler
|
||||
}
|
||||
)
|
||||
->forPage($page, $perPage)
|
||||
->orderBy('date_added', 'DESC')
|
||||
->get();
|
||||
|
||||
$productIds = Arr::pluck($products, 'product_id');
|
||||
|
||||
Reference in New Issue
Block a user