I\'m rendering a page that is primarily a form with view::make in Laravel and it is crashing, causing ERR_CONNECTION_RESET. After a long investigation and many
view::make
I have same problem with laravel 5.1 and PHP 7 (new homestead). The work around was to use this:
instead of this:
{{-- XXX -- }}.