return Category::paginate(15) With Laravel how to make paginate api return only next_page_url without LAST_PAGE and prev_page_url`
return Category::paginate(15) With Laravel how to make paginate api return only
without
and
Я пытался unset($categories->last_page);
unset($categories->last_page);
поставить его доза не работает