Can Laravel abort helper abort() receive custom url it returns to, instead of just the Home page. Something like the following
abort(401|403...|500, $message, ? = $customURL)
Is there something like this?