Convert to new helper methods
Laravel 5 added several new helper functions, including:
- `view()`
- `response()`
- `redirect()`
- `config()`
- `abort()`
Review the [helpers][1] documentation for more details.
[1]: https://laravel.com/docs/5.0/helpers