“Whoops, looks like something went wrong”

Solución:

En app/Exceptions/Handler.php

cambiar

public function render($request, Exception $e)
{
    return response()->view('errors.custom'); 
}