Passe os dados do cliente do Guzzle para visualizar o Laravel

$html = \View::make('view', ['some' => 'data'])->render();
Tired Tuatara