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
Please use above links and last change HTML to Html.
HTML
Html
eg:
{{ HTML::style('css/bootstrap.min.css') }}
to
{{ Html::style('css/bootstrap.min.css') }}.
its working.