$messages) { $html .= '

' . implode('
', $messages) . '

'; } Session::forget('notifications'); return $html; } }