I\'m just getting started with Laravel. I\'m in a controller method and I say:
return \\View::make(\'scrape\', $data);
Then in scrape.blade
Searching on google I found this
"By default in Laravel 5.0, Html and Form are not embedded anymore."
You need to add this package to you application.