exists($viewPath)) { $html .= view($viewPath, $content)->render(); } } $data['html'] = $html; return view('home', $data); } }