|
|
|
|
+ $allowed = ['search', 'keyword', 'category', 'sort', 'order', 'perPage'];
|
|
|
return new LengthAwarePaginator($items, $total, $perPage, $page, [
|
|
return new LengthAwarePaginator($items, $total, $perPage, $page, [
|
|
|
'path' => ($path ?? $request->url()),
|
|
'path' => ($path ?? $request->url()),
|