@PBELYAEV according to the style of the URL it could not be fixed while if you want to check if the page is out of pages range you have to take a look at this:
https://laravel.com/docs/5.3/pagination#converting-results-to-json
in your case you should convert the result to json and then use the property "last_page" and check.
here is another conversation where pretty much similar to yours it might helps: https://laracasts.com/discuss/channels/laravel/title-pagination-page-number?page=1#reply-305238